标签:one usermod name isp git linux用户 去掉 username play
usermod -G groupname username (这种会把用户从其他组中去掉,只属于该组)
如:usermod -G git git (git只属于git组)
usermod -a -G groupname username (把用户添加到这个组,之前所属组不影响)
如:usermod -a -G www git (git属于之前git组,也属于www组)
标签:one usermod name isp git linux用户 去掉 username play
原文地址:https://www.cnblogs.com/jimz/p/9825065.html