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
Please login or Register to submit your answer