Posts 用户管理
Post
Cancel

用户管理

添加用户

1
2
3
addUser username
passwd username
# input password

添加用户组

1
groupadd groupname

组管理

将用户添加到组

1
2
3
4
usermod -g groupname username

## 添加组的读写权限
chmod -R g+rw platform

umask 文件权限管理

1
umask 002
This post is licensed under CC BY 4.0 by the author.

用户指纹

Css

Comments powered by Disqus.