Linux学习笔记(六)——用户管理命令

创建用户/组

useradd USERNAME
groupadd USERNAME
useradd [options] USERNAME
-u UID
-g GID 基本组
-G GID 附加租
-c ‘COMMENT’ 注释
-d DIR 家目录
-s SHELL shell路径
-m 创建家目录
-M 不创建家目录

userdel 删除用户
id 查看用户属性信息
finger 查看用户账号信息
usermod 修改用户属性信息
chsh 修改用户shell(change shell)
chfn 修改用户finger信息(change finger)
passwd 密码管理
pwck 检查用户账号完整性

 组管理

groupadd
groupmod
groupdel
gpasswd 为组设置密码
newgrp 登陆到一个新的组(临时切换基本组) –> exit

/etc/login.defs 用户默认配置文件

/etc/shells 当前系统可用的安全shell