usermod使用參數
【-c改變用戶的全名Name:用法:usermod -c "this is teacher's username" teacher】
【-d更改使用者的主目錄:用法:usermod -d /home/teach teacher,切換主目錄但需要我們自己創建主目錄mkdir teach並且更改所屬組chown teacher.teacher teach及許可權chmod 700 teach這樣我們才可以以切換到新建的主目錄中去cd ~teach】
【-e設定使用者密碼的過期時間:用法:usermod -e "2009-01-01" teacher】
【-G將一個用戶添加到一個組裡面:用法:usermod -G root teacher】
將一用戶添加到多個組的方法(注意:需一次性添加,否則只會添加到最後一個組)
#usermod -G a,b,c aaron
上述命令為將aaron用戶添加到已存在的a,b,c三個組中去。
【-g更改用戶的gid:用法:usermod -g root或0 teacher】
【-s更改用戶的默認使用shell:用法:usermod -s /bin/csh teacher】
【-u更改用戶的uid:用法:usermod -u root或0 teacher】
【-p修改使用者密碼:用法:usermod -p 密碼 teacher】
【-L鎖定使用者密碼,不讓使用者登錄:用法:usermod -L teacher)如何知道用戶被鎖passwd -S teacher】
【-U將使用者密碼解鎖:用法:usermod -U teacher】
轉至:http://blog.itechol.com/space-33-do-blog-id-6465.html
沒有留言:
張貼留言