前端技术 php/thinkphp
Do not run Composer as root/super user! See https://getcomposer.org/root for details
[root@dsjidc wwwroot]# composer
Do not run Composer as root/super user! See https://getcomposer.org/root for details

image.png


解决方案:

创建一个新用户和用户组,切换到新用户去执行相应的命令即可:

useradd chunten   //创建用户chunten
ls –l /home  //查看home下有了chunten文件夹
passwd chunten  //添加密码
tail  /etc/passwd  //查看最后多了一行chunten开头的
su - chunten  //切换到chunten
su - root //输入root密码切回root


友情链接:
Copyright © 2020-2023 春藤建站-chunten All Rights Reserved
备案号:豫ICP备20020705号-2 请在后台设置"网站信息"设置"公网安备" 51LA统计
0.269319s