Linux命令:usermod命令詳解!

來源:互聯網
上載者:User

應用舉例:
1、將 newuser2 添加到組 staff 中
# usermod -G staff newuser2
2、修改 newuser 的使用者名稱為 newuser1
# usermod -l newuser1 newuser
3、鎖定帳號 newuser1
# usermod -L newuser1
4、解除對 newuser1 的鎖定
# usermod -U newuser1

功能說明:
修改使用者帳號。

語  法:usermod [-LU][-c <備忘>][-d <登入目錄>][-e <有效期間限>][-f <緩衝天數>][-g <群組>][-G <群組>][-l <帳號名稱>][-s <shell>][-u <uid>][使用者帳號]

補充說明:usermod可用來修改使用者帳號的各項設定。

參  數:
 -c<備忘>  修改使用者帳號的備忘文字。
 -d登入目錄>  修改使用者登入時的目錄。
 -e<有效期間限>  修改帳號的有效期間限。
 -f<緩衝天數>  修改在密碼到期後多少天即關閉該帳號。
 -g<群組>  修改使用者所屬的群組。
 -G<群組>  修改使用者所屬的附加群組。
 -l<帳號名稱>  修改使用者帳號名稱。
 -L  鎖定使用者密碼,使密碼無效。
 -s<shell>  修改使用者登入後所使用的shell。
 -u<uid>  修改使用者ID。
 -U  解除密碼鎖定。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.