用户组和用户管理
groupadd 命令
[root@localhost ~]# groupadd test
[root@localhost ~]# tail -1 /etc/group
test:x:1001:
[root@localhost ~]# groupadd -g 501 test1
[root@localhost ~]# tail -2 /etc/group
test:x:1001:
test1:x:501:groupdel 命令
useradd 命令
id 命令
userdel 命令
最后更新于