if條件測試語句
if [ ] ; then
命令序列
filinux
if [ ]
then 命令序列1
else 命令序列2
fiide
if [條件1 ]
then 命令序列1
elif [條件2 ]
then 命令序列2
else
命令序列3學習
for條件循環語句
for 變量名 in 取值列表
do
命令序列
done測試
while 條件測試操做
do
命令序列
donecrontab
case 變量值 in
命令序列1
;;
命令序列2
;;
....
*)
默認命令序列
esac
計劃任務服務
at 時間
at>任務
at -l 查看任務
atrm 刪除
crond 服務名稱
crontab 服務命令名稱
分時日月星期命令it
useradd 建立用戶 -u 制定該用戶默認UID -g 初始用戶基本組 -G 制定擴展組
groupadd 建立用戶組
usermod 修改用戶屬性
password 修改用戶密碼
userdel 刪除用戶class