腳本練習、計劃任務管理

1、編寫腳本/bin/per.sh,判斷當前用戶對指定參數文件,是否不可讀並且不可寫 #!/bin/bash read -p "please input a filename:" file if [ ! -e $file ];then echo "file is not exits" elif [ ! -r $file -a ! -w $file ];then ec
相關文章
相關標籤/搜索