[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 コマンドを使用します。
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:
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:~>
c21:~> ypcat passwd | grep st0000 st0000:*:105:100:Kato Taro:/home/taro:/usr/local/bin/tcsh