1 whoami 查看當前登陸用戶
useradd zhang 增長用戶
passwd zhang
su - zhang 切換用戶
echo 123456|passwd --stdin zhang root帳戶修改其它用戶密碼
history -d 行數 (清除對應行數歷史記錄)
history -c 清除因此記錄
2 經常使用一些包
yum install tree telnet dos2unik sysstart lyzsz -y (五個包)
yum grouplist 查看已經安裝的包
yum groupinstall "包名" 安裝想要的包
3 安裝後的調優
![](http://static.javashuo.com/static/loading.gif)