Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 96 Bytes

add-group-to-user.md

File metadata and controls

5 lines (3 loc) · 96 Bytes

用户增加用户组

usermod -a -G $group $user

需要重新登录用户才能生效。