Thêm một user hiện có vào một group
Một số server do chế độ bảo mật nên người quản trị thường không cho phép mọi user có thể SSH vào hệ thống dù trong Control Panel đã kích hoạt. Thường thì trong FreeBSD người ta hay cho nhóm wheel có thể login qua SSH.
Task: Add existing user to group
You would like to add existing user tom to secondary group called ftpusers. Type the command as follows:# pw usermod tom -G ftpusers
You can add tom to secondary group ftpuser and wwwusers:# pw usermod tom -G ftpusers,wwwusers
-G option Set the default groups in which new users are granted membership. This is a separate set of groups from the primary group, and you should avoid nominating the same group as both primary and extra groups.
Task: Add a new user to group
Add new user jerry to system and to secondary group sales:# pw useradd jerry -G sales
# passwd jerry
First command adds user jerry to secondary group called sales. Second commands set a password for jerry.
Tạo group bằng lệnh pw addgroup groupname





Bản in