1.下载,解开.
#cd /root
#tar zxvf rarlinux-3.6.0.tar.gz
2.把命令rar添加到.bash_profile里.这样就可以直接在其他目录下用RAR命令了.
#vi /root/.bash_profile
:
:
PATH=$PATH:$HOME/bin:$HOME/rar
:
3.运行
#cd rar
压缩:
#rar a xxxx.rar xxxx.log
或者
#rar a /usr/local/xxxx.rar /usr/local/xxxx.log
解压:
#rar x xxxx.rar
或者
#rar x xxxx.rar /usr/local/xxxx.log
4.下面是该命令的常用参数:
----------------------------------
a 压缩文件
x 解压缩文件
-p 添加密码 如:rar a -p12345678 cacti.xls.rar cacti.xls
-ep
使你添加的文件不会包含目录
如:rar a my.cnf.rar /etc/my.cnf
解压:rar x my.cnf后就是/etc/my.cnf
如:rar a -ep my.cnf.rar /etc/my.cnf
解压:rar x my.cnf后就是my.cnf
|
文件: | 070717131019.gz |
大小: | 735KB |
下载: | 下载 |
|
阅读(526) | 评论(0) | 转发(0) |