- 查看用户列表 cat /etc/passwd 或者 cat /etc/shadow
- 增加/修改/删除用户 useradd/usermod/userdel
- 查看用户组 cat /etc/group
- 增加/修改/删除用户组 groupadd/groupmod/groupdel
- 修改密码 passwd <accountName>
- 查看一个文件的group ID: stat -c '%g' /var/run/docker.sock
本文标题:Linux 查看修改用户(组)/ 密码
本文链接:https://www.haomeiwen.com/subject/abdnrrtx.html
网友评论