Computer Programming MCQs Basic of linux unix
Q Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories ?
  • A A. Rm *
  • B B. Rm -r *
  • C C. Rm all
  • D D. Rm *.*
Leave a Comment