你不需要很厲害才能開始 但你需要開始才會很厲害
user=$(whoami) if [ $user != "root" ]; then echo "Permission denied, are you root?">&2 exit fi
No comments:
Post a Comment