cat /etc/passwd 

/usr/sbin/useradd -D 查看所用linux系统中的默认值

useradd -m test

ls -al /home/test

useradd -D -s /bin.tsch

usermod -L(usermod -U)锁定(解锁)账户

passwd test

chpasswd < users.txt  为大量用户修改密码

finger rich 查看用户信息

/usr/sbin/groupadd shared 创建新组

tail /etc/group

chmod

chown

chgrp

p140