求教linux高手看下如何以root身份执行命令 如下图

日期:2021-04-24 03:23:52 人气:1

求教linux高手看下如何以root身份执行命令 如下图

1、用root账号登陆,或者su - root切换到root账号,前提是必须有root密码
2、unzip auto_fdisk.zip,解压zip包
3、ll 查看解压的包的目录,然后 cd auto_fdisk 进入这个目录,再ll 可以看到有个auto_fdisk.sh的脚本
4、chmod 755 auto_fdisk.sh 给这个脚本可执行权限
5、bash auto_fdisk.sh 执行这个脚本
    A+
热门评论