Computer Programming MCQs Basic of linux unix
Q Which command is used to copy a file wb with the same name from the programs directory to the misc directory ?
  • A A. Copy programs/wb misc/wb
  • B B. Cp programs/wb misc
  • C C. Tar programs/wb misc/wb
  • D D. Copy a:programs/wb b:misc/wb
Leave a Comment