linuxコマンドusermodの使用方法について教えてください。

usermodはユーザーアカウントのプロパティを変更するコマンドです。このコマンドはユーザーのユーザー名、ユーザーグループ、ユーザーID、ユーザーホームディレクトリ、ログインシェルなどのプロパティを変更するために利用できます。usermodの一般的な使い方は次のとおりです。1. ユーザー名の変更:`usermod -l 新しいユーザー名 古いユーザー名`
例:`usermod -l newuser olduser`、ユーザー名olduserをnewuserに変更します。2. ユーザーホームディレクトリの変更:`usermod -d 新しいディレクトリ ユーザー名`
例:`usermod -d /home/newdir username`、ユーザーusernameのホームディレクトリを/home/newdirに変更します。3. ユーザーIDの変更:`usermod -u 新しいユーザーID ユーザー名`
例:`usermod -u 1001 username`、ユーザーusernameのIDを1001に変更します。4. ユーザーグループの変更:`usermod -g 新しいグループ名 ユーザー名`
例:`usermod -g newgroup username`、ユーザーusernameのグループ名をnewgroupに変更します。5. ユーザー追加グループの変更:`usermod -G 追加グループ名 ユーザー名`
例:`usermod -G group1,group2 username`、ユーザーusernameの追加グループをgroup1およびgroup2に変更します。6. ユーザーログインシェルの変更:`usermod -s 新しいシェルパス ユーザー名`
例:`usermod -s /bin/bash username`、ユーザーusernameのログインシェルを/bin/bashに変更します。7. ユーザーアカウントの無効化:`usermod -L ユーザー名`
例:`usermod -L username`、ユーザーusernameのアカウントを無効化します。8. ユーザーアカウントのロック解除:`usermod -U ユーザー名`
例:`usermod -U username`、ユーザーusernameのアカウントのロックを解除します。注意:usermodコマンドを使用してユーザーのプロパティを変更する前に、rootユーザーとして実行するかsudoコマンドを使用する必要があります。

コメントを残す 0

Your email address will not be published. Required fields are marked *


广告
広告は10秒後に閉じます。
bannerAds