Linux - 安全策略命令

查看用户组

cat  /etc/group

创建用户组dev

groupadd  dev

创建用户devuser并加入dev指定用户组

你可能感兴趣的:(Linux,2024~23技能大赛,运维,系统安全)