Linux下一些命令

#修改键盘布局

setxkbmap -layout us

#给用户添加工作组

usermod -G groupname username

#解压Tar包至指定目录

tar -xvf example.tar -C path/

原文地址:https://www.cnblogs.com/chrischeng/p/3954695.html