Command used to protect the file from override
set -o nocloober ----> This command will protect ur file
To deactive
set +o noclobber
How to create a tar file ?
tar cvf ( c for create , v for verbous , f -> file )
tar cvf
To extract the file from tar
tar xvf file.tar
How to create gunzip > gzip bri.tar . to extarct from gzip use gunzip bri.txt.tar.gzip
From bzip use the option 'j' in tar ..
No comments:
Post a Comment