天博·体育「中国」官方网站/登录入口-IOS/安卓通用版/手机APP下载
«

centos执行命令提示:Loaded plugins: fastestmirror, langpacks You need to be root to perform this command

时间:2022-2-18 11:41     作者:一行虎     分类: Linux


[gogo@localhost ~]$ yum install -y nginx
Loaded plugins: fastestmirror, langpacks
You need to be root to perform this command.

无权限问题,添加su root权限,即可

[gogo@localhost ~]$ su root
Password: 
[root@localhost lss]#