[Prev][Next][Index]

パスワード、フルネームの変更



[Q]
パスワードとフルネームを変更したいのですが?

[A]
パスワードの変更について

例では、ログイン名を st0000 とします。passwd コマンドは、パスワードを変更します。 手順は、最初に今まで使っていたパスワードを入力します。次に新しいパスワードを入力 します。

c21:~> passwd
  Changing NIS password for st0000 on s1.stex.phys.tohoku.ac.jp
  Old Password:************        ←( 現在使用しているパスワードを入力 )
  New password:************        ←( 新しく設定しようとするパスワードを入力 )
  Retype new password:************ ←( もう一度同じパスワードを入力 )
  NIS password has been changed on s1.stex.phys.tohoku.ac.jp

フルネームの変更について
例では、ログイン名を st0000 とします。ログイン名の登録時にシステム管理者が登録 したフィールドを変更する場合は、 chfn コマンドを使用します。

     
  1. 現在の自分のフルネームを確認します。
    c21:~> ypcat passwd | grep ログイン名(例 st0000 )
    taro:*:105:100:name:/home/st0000:/usr/local/bin/tcsh

  2. chfn コマンドを実行すると、エディタ mule が自動的に起動しますので、name を 自分の正しいフルネーム(例 Kato Taro )に変更して下さい。
    c21:~> chfn
      #Changing NIS information for st0000
      Shell: /usr/local/bin/tcsh
      Full Name: name ← name を正しい自分のフルネームに変更(例 Kato Taro )
      Office Location:
      Office Phone:
      Home Phone:
      Other information:
    

  3. 自分のフルネームに変更した後、CTRL+x 、CTRL+c キーを押します。
    Save file /etc/pw.jIJbYV? ( y, n, !, ., q, C-r or C-h ) と聞いてくるので y と答えます。
    その後、パスワードを聞いてくるので、パスワードを入力します。

     changing NIS information for st0000 on s1.stex.phys.tohoku.ac.jp
     pleas enter password: ***********  ← パスワードを入力
     chfn:NIS information changed on host s1.stex.phys.tohoku.ac.jp
     c21:~>
    

  4. 最後にフルネームが正しく変更されたか、確認します。
    c21:~> ypcat passwd | grep st0000
      st0000:*:105:100:Kato Taro:/home/taro:/usr/local/bin/tcsh