up

adduser

インストールを 終えた後 最初に なんらかの ユーザーを 作成します。これ は root で なんでも 行える事ですが、 不用意に (意図しない 事まで)実行するということを、 避けようという事です。まあ 再度 インストールすれば いいやん、 ということであれば、ま あ root で 全て処理を するのも 良い事と考えられます。音 を鳴らす等、 最初は root しか できない条件の 場合も有りま す。(CDROM に アクセスの 可否 等)実際に、 個猫の 場合最初は 全て root で 実行していました。 まあ ユーザーを新し く作る事など 必要が 無かったのです。パスワードを 忘れる と またパスワードの 設定をせなならん という 面倒臭い事が 多かったのです。これは 使いかたの問題ですので、”わいはそ んな どじは せんわい”というのであれば、必要は無いかもし れません。

それはそれで

adduser

コンソールにて ”adduser”と 入力 しませう。今回ユーザー名 として ”aruusr”を 選定します。

lx:~# adduser
Can you read Japanese chars on this term ? [y/N]   /* ここは 格好よく N  */
n           /* というより 文字化けが 起こったら 慌てますので N を 選択   */
No Japanese mode          /*  我慢の 一手ですがな                        */

Login name for new user (8 characters or less) []: aruusr
User id for aruusr [defaults to next available]: 
Initial group for aruusr [users]: 
aruusr's home directory [/home/aruusr]: /* aruusr のみ 入力して後は Enter するだけ   */ 
aruusr's shell [/bin/tcsh]: /bin/bash /* これは 使用する方の 選択です */ 

Window Manager setting  
1 : AfterStep(recommended)
2 : qvwm(Windows like)
3 : twm(most simple)
4 : KDE desktop(need KDE)
5 : GNOME desktop(need GNOME)
aruusr's WM ? [1]:  /* 後は Enter するだけ 好みに よるのでしょうが */  
  /* KDE と GNOME は インストール していないと 選択できません      */  
  /*  というより 選択していけないのでしょう やったことはおへんので */
Input method of kinput2(Canna only)
1 : Roma
2 : Kana(Japanese keyboard only)
3 : NICOLA(Japanese keyboard only) /*  時間があれば 一度使用してみたいのですが  */  
Which is aruusr's method, roma, kana or NICOLA ? [1]: /* 後は Enter するだけ   */ 

Does aruusr want to use visual bell?(for Emacs, kterm, etc.) [y/N]: N
 /* 使用される 機器 とか 環境に よりますが 今回は N を 選択 ブザー 鳴動 */
Font size settings for the standard X11 environments
(AfterStep,qvwm,fvwm2 and mwm environments)
Choose 12,14,16 or 18.
User interface [12]: 
Terminal and text area [14]: 
Editor(Emacs) [16]: 
 /*  この あたりは  Enter みの    */
KDE fonts setting
1 : Enable antialiasing, gothic(suitable for high-resolution)
2 : Enable antialiasing, mincho(suitable for high-resolution)
3 : Enabel antialiasing, Mikachan
aruusr's fonts setting ? [1]: 

aruusr's account expiry date (MM/DD/YY) []: 
 /* 指定しないと かなり 長い間 使用できるようです 計算機の 寿命と同じ 程度  */
OK, I'm about to make a new account. Here's what you entered so far:

New login name: aruusr
New UID: [Next available]
Initial group: users
Home directory: /home/aruusr
Shell: /bin/bash
Expiry date: [no expiration]
/* 止めるのならといってますが 今回は進めます  */
This is it... if you want to bail out, hit Control-C.  Otherwise, press 
ENTER to go ahead and make the account.

Executing /etc/template/mkdefaultenv.sh /etc/template/Source 12 14 16 ... OK

Making new account...

Changing the user information for aruusr
Enter the new value, or press ENTER for the default
	Full Name []: /* 後は Enter するだけ 好みに よるのでしょうが */
	Room Number []: 
	Work Phone []: 
	Home Phone []: 
	Other []: 

Enter new UNIX password: ********
Retype new UNIX password: ******** 
passwd: password updated successfully

Done...

これで 一連の 作業は終わります。一度 root ユーザーを 抜けて 新しい ユー ザーにて login して 通常の 作業に 取り掛かる事に なります。

関連 項目

”useradd”、” newusers”等にて 検索をすれば 良いようです。特にある linux の ものでは ”$ man adduser” とすると ”USERADD(8)”が出てくる事 より 本来は ”useradd” という項目で 処理するものかも しれませんが 、あ るものは 利用しませう。

へい おはりです。

にゃんたろう 拝!

2007年11月19日 (月) 21:11:42 JST 作成


up

Copyright © 2004.-2007. nyantarou All Rights Reserved.