摘要: #!/bin/bash echo "You are logged in as `whoami`"; if [ `whoami` != root ]; then echo "Must be logged on as root to run this script." exit fi CHECK_DAT 阅读全文
posted @ 2020-11-28 21:15 MlxgzZ 阅读(112) 评论(0) 推荐(0) 编辑