groupadd命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了groupadd命令相关的知识,希望对你有一定的参考价值。
groupadd命令:
新建群组
语法:
groupadd [-g gid [-o]] [-r] [-f] group
选项:
-g 指定组id
-r 新建系统用户组
实例:
[[email protected] ~]# groupadd -g 770 xxx [[email protected] ~]# tail -1 /etc/group xxx:x:770: [[email protected] ~]# tail -1 /etc/gshadow xxx:!:: [[email protected] ~]#
以上是关于groupadd命令的主要内容,如果未能解决你的问题,请参考以下文章