(1)进入root用户
su root
密码:设置的root密码
(2)修改文件权限
sudo chmod +777 file
(3)执行shell
./shellfile
(4)编写shell
第一行:普通用户 #!/bin/sh,root用户 #!/bin/bash
2022-09-28 22:33:05
(1)进入root用户
su root
密码:设置的root密码
(2)修改文件权限
sudo chmod +777 file
(3)执行shell
./shellfile
(4)编写shell
第一行:普通用户 #!/bin/sh,root用户 #!/bin/bash