摘要:
范例一:将整个 /etc 目录下的文件全部打包成为 /tmp/etc.tar[root@linux ~]# tar -cvf /tmp/etc.tar /etc <==仅打包,不压缩![root@linux ~]# tar -zcvf /tmp/etc.tar.gz /etc <==打包后,以 gz 阅读全文
posted @ 2017-09-25 11:04
Vitascope
阅读(203)
评论(0)
推荐(0)
摘要:
du命令用来查看目录或文件所占用磁盘空间的大小。常用选项组合为:du -sh 一、du的功能:`du` reports the amount of disk space used by the specified files and for each subdirectory (of directo 阅读全文
posted @ 2017-09-25 10:53
Vitascope
阅读(160)
评论(0)
推荐(0)

浙公网安备 33010602011771号