修改使用者帳號資訊(管理者)
# usermod -l newname username # 變更使用者帳號名稱
# usermod -o -u 101 username # 變更使用者 UID
# usermod -g users username # 變更使用者主要群組
# usermod -G mis,sales username # 變更使用者次要群組
# usermod -c “manager” username # 修改使用者註解內容
# usermod -m -d /home/user username # 變更使用者家目錄路徑
# usermod -s /usr/bin/ksh username # 變更使用者預設 Shell
# usermod -e 1/1/2010 username # 變更使用者過期期限
# usermod -p FEeig.jYifke username # 變更使用者密碼