摘要: #!/bin/bashPATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/binexport PATH# Check if user is rootif [ $(id -u) != "0" ]; then ec... 阅读全文
posted @ 2015-08-04 18:14 zenghansen 阅读(259) 评论(0) 推荐(0) 编辑