Creating a group is simple, using the console command groupadd.
使用控制台命令groupadd创建组很简单。
Most standard UNIX systems have adduser (or useradd) and addgroup (or groupadd) commands available to the administrator.
大多数标准的UNIX系统都为管理员提供了adduser(或useradd)和addgroup(或groupadd)命令。
Consult your Linux distribution's documentation to find out how to add the group if the groupadd command is not included in your implementation.
参考您的Linux分发版文档以查找在您的实现不包含groupadd命令时如何添加组。
Listing 3 shows you how to do this on Fedora Core 4 Linux using the groupadd command; other UNIX systems have similar utilities or detailed instructions for adding new groups and users.
清单3显示了如何在Fedora Core4Linux上使用groupadd命令进行此任务;其他UNIX系统具有用于添加新组和用户的类似实用工具或详细说明。
Listing 3 shows you how to do this on Fedora Core 4 Linux using the groupadd command; other UNIX systems have similar utilities or detailed instructions for adding new groups and users.
清单3显示了如何在Fedora Core4Linux上使用groupadd命令进行此任务;其他UNIX系统具有用于添加新组和用户的类似实用工具或详细说明。
应用推荐