标签:设置 bash 用户 roo ash 执行 权限 shel 通用
(1)进入root用户
su root
密码:设置的root密码
(2)修改文件权限
sudo chmod +777 file
(3)执行shell
./shellfile
(4)编写shell
第一行:普通用户 #!/bin/sh,root用户 #!/bin/bash
标签:设置 bash 用户 roo ash 执行 权限 shel 通用
原文地址:http://www.cnblogs.com/yuhuameng/p/6204607.html