The Archives
-
06.01.09Adding a new member to the group (FreeBSD)The pw command is used to add and modify system users and groups. The following is an easy way to add a new member to a group: % pw groupmod operator -M n0str0m0 It adds n0str0m0 to the operators group. Bye!