Computer Programming MCQs Basic of linux unix
Q Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory ?
  • A A. Copy programs/wb misc/wbx
  • B B. Cp programs/wb misc/wbx
  • C C. Tar programs/wb misc/wbx
  • D D. Copy a:programs/wb b:misc/wbx
Leave a Comment