Why we need to compress a file. Let’s take an example. Suppose you want to send a mail to someone with an attachment. but your attachment file size is larger then the allowed attachment size limit. In that case you can use the bz2 file compression tool (bzip2 linux command) to compre...
--remove-files 文件加入备份文件后,就将其删除。 --rsh-command=<执行指令> 设置要在远端主机上执行的指令,以取代rsh指令。 --same-owner 尝试以相同的文件拥有者还原问家你。 --suffix=<备份字尾字符串> 移除文件前先行备份。 --totals 备份文件建立后,列出文件大小。 --use-compress-program=<执行指令> ...
gzip command cannot compress a directory because essentially, gzip works on individual files, not the entire folder. What can you do now? How to gzip compress a file in Linux? Here’s what you can do. gzip a directory using tar command Instead of trying to compress the folder directly, ...
1、mkdir : 创建目录,make directorys,-p 递归创建目录 mkdir-p /a/b/c 2、ls : -l(long)d(directory)显示目录或文件,全称list -l#列出文件的详细信息,如创建者,创建时间,文件的读写权限列表等等 -d#只查看目录 -F#会在不同类型的文件后面加上*/=>@|等符号,以便区分不同类型文件 -p#会在目录后面...
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 28894 root 22 0 1501m 405m 10m S 52.2 1.3 2534:16 java 前五行是当前系统情况整体的统计信息区, 第一行,任务队列信息,同 uptime 命令的执行结果,具体参数说明情况如下: 14:06:23 — 当前系统时间 ...
1、compress、uncompress和zcat:压缩,展开数据,压缩文件后缀是.Z,此压缩工具已过时。 compress压缩默认会删除原文件 语法:compress [-dfvcVr] [-b maxbits] [files...] 选项: -d:解压缩相当于uncompress -c:将压缩后的文件输出到标准输出,不会删除原文件,可通过重定向来实现压缩并保留原文件 -b:...
选项的有效参数为: literal shell shell-always c c-maybe escape locale clocale tar默认为: --format=gnu -f- -b20 --quoting-style=escape --rmt-command=/etc/rmt --rsh-command=/usr/bin/ssh 属性: - z:有gzip属性的 - j:有bz2属性的 - Z:有compress属性的 - v:显示所有过程 - O:将文件...
To delete a directory, you must add the-rargument to it. Without the-rargument, thermcommand won’t delete directories. root@ubuntu:~# rm -r <folder/directory name> Copy The-rflag in thermcommand in Linux stands for “recursive”. When used with thermcommand, it will remove not only ...
To compress a file, use the filename followed by the ‘gzip’ command. gzip myfile In this example, gzip creates the file‘myfile.gz’and deletes the original file. Keep the original file with gzip By default, gzip removes the original file, but if you want to keep it, use the'-k...
--rsh-command=<执行指令> 设置要在远端主机上执行的指令,以取代rsh指令。 --same-owner 尝试以相同的文件拥有者还原文件。 --suffix=<备份字尾字符串> 移除文件前先行备份。 --totals 备份文件建立后,列出文件大小。 --use-compress-program=<执行指令> 通过指定的指令处理备份文件。 --version 显示版本信息。