# 切换成 root 用户 su # 切换成 root 用户,使用 root 用户环境变量。 su - root # 切换用户执行一条命令 su - oracle -c command # 切换用户执行一个shell文件 su - oracle -s /bin/bash shell.sh