新建目录:mkdir ; 删除 rm -r; (文件?)
创建新的用户:useradd user; passwd user‘s; (用户组?)
查询已安装软件rpm, 安装命令yum (yum search libreoffice; yum -y update; yum install libreoffice)
磁盘配额:edquota -u vbird; umount; mount| grep home;
关闭已启动服务:checonfig autofs off/on; /ect/init.d/autofs stop/restart
shell脚本位置:bash;
命令路径:path ( bin, sbin)
cd , vim , ifconfig
通配符;正则表达式;sed,grep,shell脚本;
后续补充;
原文地址:http://7958294.blog.51cto.com/7948294/1544965