debian: ユーザ作成

LS-GL

LinkStation/玄箱ハックキットと同じく LS-GL/HS-DHGL ハックキットも guest ユーザを準備している
一般ユーザを作り guest は削除する

ログイン

まずは guest でログイン
Debian GNU/Linux 3.1 hackkit
hackkit login: guest
Password:
Last login: Thu Jan 11 00:27:29 2007 from muramasaw.yamasita.jp on pts/0
Linux hackkit 2.6.12.6-arm1 #33 Tue Aug 8 17:16:04 JST 2006 armv5tejl GNU/Linux

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
No directory, logging in with HOME=/
guest@hackkit:/$

root になる

guest@hackkit:/$ su - root
Password:
hackkit:~#

root のパスワード変更

ハックキットに入れているパスワードは 皆さんご存じなので変更する。
hackkit:~# passwd root
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
hackkit:~#

グループの作成

yamasita グループをつくる
hackkit:~# addgroup yamasita
Adding group `yamasita' (1000)...
Done.
hackkit:~# cat /etc/group
root:*:0:
  :
  :
yamasita:x:1000:
hackkit:~#
自動的に 1000 が割り当てられた

ホームディレクトリの作成

ホームディレクトリはいつも /home/yamasita/yasunari に置いている /home/yamasita を作成する。
hackkit:~# mkdir /home/yamasita
hackkit:~#

ユーザ yasunari 作成

adduser のオプションを覚えてないので、まずはヘルプ
hackkit:~# adduser --help
adduser [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
[--firstuid ID] [--lastuid ID] [--gecos GECOS] [--ingroup GROUP | --gid ID]
[--disabled-password] [--disabled-login] user
   Add a normal user

adduser --system [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
[--gecos GECOS] [--group | --ingroup GROUP | --gid ID] [--disabled-password]
[--disabled-login] user
   Add a system user

adduser --group [--gid ID] group
addgroup [--gid ID] group
   Add a user group

addgroup --system [--gid ID] group
   Add a system group

adduser user group
   Add an existing user to an existing group

Global configuration is in the file /etc/adduser.conf.
Other options are [--quiet] [--force-badname] [--help] [--version] [--conf
FILE].
hackkit:~# 
指定するのは、ホームディレクトリと GID ぐらい
hackkit:~# adduser --home /home/yamasita/yasunari --gid yamasita yasunari
adduser: --gid requires a numeric argument.
hackkit:~# 
あらら。
hackkit:~# adduser --home /home/yamasita/yasunari --ingroup yamasita yasunari
Adding user `yasunari'...
Adding new user `yasunari' (1001) with group `yamasita'.
Creating home directory `/home/yamasita/yasunari'.
Copying files from `/etc/skel'
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for yasunari
Enter the new value, or press ENTER for the default
        Full Name []: Yasunari Yamashita
        Room Number []:
        Work Phone []:
        Home Phone []:
        Other []:
Is the information correct? [y/N] y
hackkit:~#
パスワードや GECOS を聞いてきた。
このあたり RedHat 系とのポリシーの違いを感じる。

でも、Unix は「寡黙(かもく)」なほうが好き

guest の削除

再度ログインし直して、guest を消す
Debian GNU/Linux 3.1 hackkit
hackkit login: yasunari
Password:
Linux hackkit 2.6.12.6-arm1 #33 Tue Aug 8 17:16:04 JST 2006 armv5tejl GNU/Linux

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
yasunari@hackkit:~$ su - root
Password:
hackkit:~# deluser guest
Removing user `guest'...
done.
hackkit:~# 
最初の一歩はこのぐらい。

LS-160GL
楽天市場
Amazon
Yahoo!ショッピング
ソフマップ
ツクモネットショプ
livedoor デパート
ドスパラ


オリジナル HDD へ debian をインストール(2)
ハックの記録
LinkStation/玄箱 をハックしよう

debian: ホスト名の変更

Copyright (C) 2003-2007 Yasunari Yamashita. All Rights Reserved.
yasunari @ yamasita.jp 山下康成@京都府向日市