useradd USERNAME 增加一名為USERNAME的帳號
userdel USERNAME 刪除USERNAME這個帳號
[root@localhost ~]# useradd power
"useradd" 跟 "userdel" 這兩個指令都只有 root 可以使用
passwd [USERNAME] 更改USERNAME的密碼,若無參數,則改自己的密碼。
[root@localhost ~]# passwd power
Changing password for user power
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully
finger USERNAME[@HOSTNAME] 查詢使用者資料
[root@localhost ~]# finger power
chfn [USERNAME] 更動使用者USERNAME的資料,若無參數,則改自己的資料。