首页 > TAG信息列表 > 附属

linux用户添加、删除、添加附属组、移出附属组

1 #!/bin/bash 2 3 function print_usage() 4 { 5 echo "./userM.sh -A <username> 添加用户" 6 echo "./userM.sh -MG <username> 添加到root组" 7 echo "./userM.sh -DG <username> 从root组移除" 8 echo &