Centos命令

前端之家收集整理的这篇文章主要介绍了Centos命令前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

查看centos的版本号:cat /etc/redhat-release

添加组:groupadd <userTeam>


添加用户:useradd <userID>
设置用户密码:passwd <userID>


添加用户: useradd -d /mnt -M staticDeploy

用户添加进组里:
usermod -G <userGroupTeam> <userID>

删除用户: userdel <userID>

原文链接:https://www.f2er.com/centos/376657.html

猜你在找的CentOS相关文章