Open main menu

CDOT Wiki β

Changes

OPS235 Lab 5 - Fedora17

29 bytes added, 10:16, 10 February 2012
no edit summary
===Investigation 1: How do you create an archive file?===
{{Admon/note|Use fedora3|Perform these steps in the '''fedora3''' virtual machine.}}
{{Admon/important | Warning! | Don't miss the '''#Boot up your fecora3 VM.''' at the end of the <code>tar</code> commands below! It specifies what should go into the archive: the contents of the current directory.}}
#Change your working directory to <code>/usr/share/doc/sudo*</code>
#Use the tar (tape archiver) command to create an archive file named <code>/tmp/archive1.tar</code>
#*<code>tar cvf /tmp/archive1.tar .</code>
 
{{Admon/important | Warning! | Don't miss the '''.''' at the end of the <code>tar</code> commands below! It specifies what should go into the archive: the contents of the current directory.}}
 
#What do the options c, v, and f mean?
#Record the archive file size.
13,420
edits