摘要: #!/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 @ 2019-05-20 15:02 MlxgzZ 阅读(1562) 评论(0) 推荐(2) 编辑