Which command would you use to archive the Documents directory and compress it with bzip2 compression?

Which command would you use to archive the Documents directory and compress it with bzip2 compression?Category: Linux EssentialsAuthor "LinuxQuestions"Which command would you use to archive the Documents directory and compress it with bzip2 compression?
Linux Questions Staff asked 1 year ago

Which command would you use to archive the Documents directory and compress it with bzip2 compression?

  • tar –czf documents.tbz Documents
  • tar –cjf Documents
  • tar –fzc Documents documents.tbz
  • tar –cjf documents.tbz Documents
  • tar –cf Documents documents.tbz

About the author