アカウント
Account --
Quick Ref.
-- My Job
-- Yashiro's home
Last update: 1998/2/25
Sincce before: 1995/11/6
-  自分の情報の表示
    % groups      自分が所属しているグループ名の表示
    % id          uid(name), gid(name)
    % whoami	  ユーザ名
 -  他人の情報の表示
    % finger <username>		Info. from /etc/passwd and ~username/.plan
    % groups -l <username>
	or
    % groups <username>
 -  アカウントファイルの変更
    NIS クライアントでのパスワードの変更
      % passwd
    NIS サーバでのパスワードの変更.  ただし, すぐには反映されない.
      % passwd
    シェルの変更. NIS サーバで行う.  ただし, すぐには反映されない.
      % chsh
 -  実行するグループの変更
      % newgrp <groupname>
		This function is invalid in DCE environment.
 -  NIS マップの表示
      % ypcat passwd
      % ypcat group
      % pwget -n <username>      /etc/passwd から情報の抽出 (作成: HP)
      % grget -n <groupname>     /etc/group から情報の抽出 (作成: HP)