摘要: #!/bin/bash # 设置系统PATH环境变量 PATH=/bin:/sbin:/usr/bin:/usr/sbin:/opt/bin:/opt/sbin:~/bin export PATH # 检查用户是否为root if [ $(id -u) != "0" ]; then echo "Er 阅读全文
posted @ 2025-06-11 15:03 cloudpioneer777 阅读(0) 评论(0) 推荐(0)