标签:
tarxvf压缩解压 |
分类: Linux学习 |
# tar -zxvfp /home/freebsd.tar.gz
# tar cvf /home/bak/mycode.tar /home/code/
# gzip -q backup.tar
# tar -xf
/home/bak/mycode.tar
unzip解压ZIP命令:
tar 命令:
tar
tar
tar
gzip
bunzip2
gunzip
gunzip
gunzip
upzip
相关的命令还有:compress,uncompress,zcat,zip,zipnote,zipsplit,zipcloat
更为详细的说明看man
cd
directory
cd
..
cd
/directory
cd
cp file_from
file_to
ln [-s] source
linkname
ls
[directory]
ls -l
[directory]
ls -a
[directory]
mkdir
new_directory
more
file
rm
file
rm -rf
directory
rmdir
directory
find . -name
"file"
adduser