Given the command tar –cvjf homedirs.tbz /home, which of the following are true? (choose two)

Given the command tar –cvjf homedirs.tbz /home, which of the following are true? (choose two)Category: Linux EssentialsAuthor "LinuxQuestions"Given the command tar –cvjf homedirs.tbz /home, which of the following are true? (choose two)
Linux Questions Staff asked 1 year ago

Given the command tar –cvjf homedirs.tbz /home, which of the following are true? (choose two)

  • The /home directory will be restored with the contents of homedirs.tbz
  • Only files starting with /home will be extracted from the archive
  • The command will print out each filename as it is processed
  • Files that are present in the archive might overwrite files in /home
  • The output file will be compressed

About the author