linux-如何添加用户和用户组

92 阅读1分钟

世界上并没有完美的程序,但是我们并不因此而沮丧,因为写程序就是一个不断追求完美的过程。

groupadd user1
useradd -rg user1 user1
在这里插入图片描述