Linux基础命令5
gzip
#mkdir /ow1040
#cd /ow1040
#touch aaa
#ls
#gzip aaa
#ls
#gzip -d aaa.gz
#ls
#gzip aaa
#gzip -t aaa.gz
#gzip -l aaa.gz
#touch bbb ccc ddd eee
#gzip -r /ow1040
bzip2
#rm -rf *
#touch 111
#bzip2 111
#ls
#bzip -d 111.bz2
#ls
zip
#rm -rf *
#touche 1 2 3 4 5
#zip 1
#zip 1.zip 1
#rm 1
#unzip 1.zip
#ls
#zip a.zip 1 2 3 4 5
#rm -f 1 2 3 4 5
#unzip a.zip
#ls
#touch a b c d
#zip abc.zip a b c d
#rm a b c d
#ls
#zip -d abc.zip a
#unzip abc.zip
2. 熟练 Red Hat Enterprise Linux 基础命令。 【实验环境】 虚拟机软件 VM Ware6.0,Red Hat Enterprise Linux 虚拟机镜像文件,Red Hat Enterprise Linu 镜像...
linux常用的5个查找命令_IT/计算机_专业资料。linux常用的5个查找命令Linux 的五个查找命令作者: 阮一峰 日期: 2009 年 10 月 8 日 最近,我在学习 Linux,...
21页 2财富值 linux基础命令 8页 5财富值搜你所想,读你所爱 拒绝盗版,营造绿色文库 如要投诉违规内容,请到百度文库投诉中心;如要提出功能问题或意见建议,请...
第五章了解 Shell 文件目录类命令 系统信息类命令 通信网络类命令 Shell 常用 Linux 命令 什么是 Shell Shell 的优越性字符操作 高效完成所有任务、字符远程、节省...
Linux入门常用命令 51页 1财富值搜你所想,读你所爱 拒绝盗版,营造绿色文库 如要投诉违规内容,请到百度文库投诉中心;如要提出功能问题或意见建议,请点击此处...
/root/test2 /root/test 8.3 挂载 linux 的共享目录到 windows 见 Smaba 服务 9、时间 9.1 cal 9.1.1 基本用法 cal [-mjy] [month [year] -m: 以...
Linux基础命令教程豪华版_IT/计算机_专业资料。linux286 Linux基础命令教程(豪华版) 作者:红联 Linux基础命令教程(豪 华版) —————来自于Linux的强大功能 ...
Linux认证:十五个常用Linux命令行总汇_IT/计算机_专业资料。众多 Linux 管理员在使用 Linux 的时候会经常使用到很多 Linux 命令行, 其中有绝大部 分不是经常使用...
实验五 linux 命令行操作基础(四) 实验操作题: 一.实验目的与要求 1) 掌握 Linux 文件和目录操作的常用命令。 2) 掌握常用的 Linux 系统管理命令 二.实验内容...
Linux基本命令大全_IT/计算机_专业资料。Linux基本命令大全下面我们来介绍常用基本命令 一、注销,关机,重启 注销系统的 logout 命令 1,Logout 注销是登陆的相对...

我要评论