Welcome 微信登录

首页 / 操作系统 / Linux / Linux下的groupadd问题

开机进入一个用户,然后用su root 转入root用户不好用的因为su root 这样没有把环境带过来要用su - root (‘-’的左右都有空格)这样groupadd就好用了。