Tar Notes
Tar Notes
Tar Notes
Linux �tar� stands for tape archive, which is used by large number of Linux/Unix
system administrators to deal with tape drives backup.
The tar command used to rip a collection of files and directories into highly
compressed archive file commonly called tarball or tar, gzip and bzip in Linux.
tar is most widely used command to create compressed archive files and that can be
moved easily from one disk to another disk or machine to machine.
Creating a tar Archive file:
eg: tar �cvf techlog.tar /home/cubeipl/
c � Creates a new .tar archive file.
v � Verbosely show the .tar file progress.
f � File name type of the archive file