#!/bin/bashif [ $USER == "root" ];then
#或者 if [ $UID -eq 0 ];then yum -y install vsftpdelse echo "您不是管理员,没有权限安装软件"fi