1 / 6

/etc/passwd, /etc/group, /etc/hosts ファイルの意味

/etc/passwd, /etc/group, /etc/hosts ファイルの意味. 2005/05/02 吉田. passwd. ユーザ情報を管理するファイル name ユーザのログイン名 password ユーザの 暗号化されたパスワード uid ユーザの ID gid ユーザのログイングループ ID class ユーザのログインクラス change パスワードの変更時間 expire アカウントの有効期限 gecos ユーザについての一般的な情報

idra
Download Presentation

/etc/passwd, /etc/group, /etc/hosts ファイルの意味

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. /etc/passwd, /etc/group, /etc/hosts ファイルの意味 2005/05/02 吉田

  2. passwd • ユーザ情報を管理するファイル • name ユーザのログイン名 • password ユーザの 暗号化されたパスワード • uid ユーザの ID • gid ユーザのログイングループ ID • class ユーザのログインクラス • change パスワードの変更時間 • expire アカウントの有効期限 • gecos ユーザについての一般的な情報 • home_dir ユーザのホームディレクトリ • shell ユーザのログインシェル

  3. シェル • UNIX 系 OS のコマンドラインインタフェイス • コマンドを入力チャンネルから受け取り実行 • FreeBSD ハンドブック http://www.jp.freebsd.org/www.FreeBSD.org/doc/ja_JP.eucJP/books/handbook/shells.html

  4. group • グループ情報を管理するファイル • group そのグループの名前 • passwd グループの暗号化されたパスワード • gid そのグループの 10 進数 ID • member グループメンバ

  5. hosts • 既知のホストの情報を管理するファイル • インターネットアドレス • 正式なホスト名 • 別名

  6. 参考 • The FreeBSD Project (Japan) • http://www.jp.freebsd.org/ • FreeBSD 日本語マニュアル(jman) • passwd(5) • group • hosts

More Related