(同じ利用者による、間の5版が非表示) | |||
2行目: | 2行目: | ||
;-G | ;-G | ||
:A list of supplementary groups | :A list of supplementary groups | ||
;-l | |||
:The log in name of the user will be changed. Nothing else is changed | |||
;-e | |||
:The date on which the user account will be disabled | |||
;-L | |||
:Lock a user's password | |||
;-U | |||
:Unlock a user's password | |||
$ usermod -G sudo hoge | $ usermod -G sudo hoge | ||
$ usermod -l new_name |
2019年3月1日 (金) 10:56時点における最新版
オプション
- -G
- A list of supplementary groups
- -l
- The log in name of the user will be changed. Nothing else is changed
- -e
- The date on which the user account will be disabled
- -L
- Lock a user's password
- -U
- Unlock a user's password
$ usermod -G sudo hoge $ usermod -l new_name