Give a command line for creating a tar archive of your current directory in the ~/home.tar file.
What will be an ideal response?
You can use the following command for creating a tar archive of the ~/home.tar file and storing it in the current.tar file.
$ tar cvf ~/home.tar .
[ command output ]
$
Computer Science & Information Technology
You might also like to view...
Comments in a spreadsheet are identified by the ________
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
A(n) _____ workstation requires a lot of hard drive space and RAM and is used in manipulating specific types of files
Fill in the blank(s) with correct word
Computer Science & Information Technology