一、gzip工具二、bzip工具三、xz工具四、zip和unzip五、tar一、gzip和zcat(-d,-n)[roo@localhost~]#gzip-9install.log//压缩级别1~9,1-faster,9-better-rw-r--r--.1rootroot37193月910:58install.log.gz[roo@localhost~]#gzip-dinstall.log.gz//-d或gunzip解压缩,[root@l..
分类:
系统相关 时间:
2015-04-01 07:10:40
阅读次数:
199
一、gzip工具二、bzip工具三、xz工具四、zip和unzip五、tar一、gzip和zcat(-d,-n)[roo@localhost~]#gzip-9install.log//压缩级别1~9,1-faster,9-better-rw-r--r--.1rootroot37193月910:58install.log.gz[roo@localhost~]#gzip-dinstall.log.gz//-d或gunzip解压缩,[root@l..
分类:
系统相关 时间:
2015-04-01 07:09:39
阅读次数:
254
Linux下的命令很多,但平时用的多的往往也就那么几个,这里整理一下我认为常用的,或者说实用的命令。【1】开胃菜:解压文件格式的区别:*.tar用tar–xvf解压*.gz用gzip-d或者gunzip解压*.tar.gz和*.tgz用tar–xzf解压*.bz2用bzip2-d或者用bunzip2...
分类:
系统相关 时间:
2015-03-30 22:43:08
阅读次数:
216
文档的压缩与打包一、gzip与gunzip压缩命令格式压缩:gzip[选项][文件名。。。]解压缩:gunzip[选项][文件名。。。]常用命令选项-d:对压缩文件进行解压缩-l:对每个压缩文档,显示下列信息:压缩文件的大孝未压缩文件的大孝压缩比和未压缩文件的名字-r:递归对指定目录下各个..
分类:
系统相关 时间:
2015-03-28 06:35:05
阅读次数:
227
原文链接:http://www.jb51.net/LINUXjishu/43356.html 1)对于.tar结尾的文件 tar -xf all.tar 2)对于.gz结尾的文件 gzip -d all.gz gunzip all.gz 3)对于.tgz或.tar.gz结尾的文...
分类:
系统相关 时间:
2015-03-20 10:34:54
阅读次数:
161
linux如何设置DHCP
环境:RH linux 9.0 使用linux下常用的dhcpd包。
最新版本 dhcp3.0.5 下载地址: 下载
1、安装: 先拷贝dhcp-3.0.5.tar.gz软件到/tmp目录下
#cd /tmp
#gunzip dhcp-3.0.5.tar.gz
#tar xvf dhcp-3.0.5.tar 解开后会...
分类:
系统相关 时间:
2015-03-19 18:28:15
阅读次数:
204
压缩解压命令 要了解的集中压缩和解压的命令 .gz .zip(最古老的) gzip [文件] 压缩 gzip /tmp/wenjian2 解压缩 gunzip /tmp/wenjian2.gz 差不多5倍的样子,压缩比要惊人 gzip 只能压缩文件,不能压缩目录,并且不保留源文件 那么如何压缩...
分类:
系统相关 时间:
2015-03-17 11:47:05
阅读次数:
204
1,重命名gz压缩文件mvinitramfs.imginitramfs.img.gz2,解压文件186gunzipinitramfs.img.gz3,查看文件类型188fileinitramfs.img4,创建目录189mkdirtemp190cdtemp5,解压目录193cpio-i-F../initramfs.img6,压缩文件find.|cpio-ov-Hnewc|gzip>../initramfs.img
分类:
其他好文 时间:
2015-03-04 19:28:17
阅读次数:
363
1.1HPhpssacli无法发现raid控制器问题解决[root@localhost/]#hpssaclictrlallshowError:Nocontrollersdetected.[root@localhost/]#1)下载相关工具及驱动a)http://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p215599048/v100519/hpssacli-2.0-23.0.x86_64.rpmb)http://ftp...
分类:
其他好文 时间:
2015-03-04 19:22:48
阅读次数:
344
一,常见的压缩/解压缩工具: compress /uncompress 后缀: .z gzip /gunzip 后缀: .gz bzip2/bunzip2 后缀: .bz2 zip/unzip 后缀: .zip第一种compress已经不太常见了,后面的三种都是现在比较流行的压缩/解压缩工具二...
分类:
系统相关 时间:
2015-03-03 13:21:38
阅读次数:
212