新規ユーザー登録
新しくユーザーを登録するには、terminal から
コマンド : adduser
を使って登録します.
管理者のパスワードが必要です.
登録するユーザー名を「 nuser 」とすると
$ sudo adduser nuser
日本語環境
$ sudo adduser nuser
[sudo] pop のパスワード:
ユーザー `nuser' を追加しています...
新しいグループ `nuser' (1001) を追加しています...
新しいユーザー `nuser' (1001) をグループ `ksk' に追加しています...
ホームディレクトリ `/home/nuser' を作成しています...
`/etc/skel' からファイルをコピーしています...
新しい パスワード:
新しい パスワードを再入力してください:
passwd: パスワードは正しく更新されました
ksk のユーザ情報を変更中
新しい値を入力してください。標準設定値を使うならリターンを押してください
フルネーム []: newuser
部屋番号 []:
職場電話番号 []:
自宅電話番号 []:
その他 []:
以上で正しいですか? [Y/n] Y
EN環境
$ sudo adduser nuser
[sudo] password for ubuntu: # 自身のパスワード
Adding user `nuser' ...
Adding new group `nuser' (1001) ...
Adding new user `nuser' (1001) with group `nuser' ...
Creating home directory `/home/nuser' ...
Copying files from `/etc/skel' ...
New password: # ユーザーのパスワードを設定
Retype new password: # 確認再入力
passwd: password updated successfully
Changing the user information for nuser
Enter the new value, or press ENTER for the default
Full Name []: newuser # フルネーム等の情報を設定 (不要であればブランクでも OK)
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n] y
ユーザー削除
$ sudo userdel -r username
-r オプションは、ユーザーディレクトリも同時に消去