常用 LINUX 命令

加入用户到一个组:usermod -G 组名 用户名
加入用户到一个组:gpasswd -a 用户名 组名

查看目录大小:du -sh

原文地址:https://www.cnblogs.com/kylindai/p/2793206.html