mymac
はジャガーノートマシンの個人ユーザーアカウントです
mymac:x:1000:1000:juggernaut,,,:/home/mymac:/bin/bash
そのx、1000、1000はどういう意味ですか?そして、それに続くコンマは?
同様に、次のことも説明します。
root:x:0:0:root:/root:/bin/bash
man 5 passwd
から:
/etc/passwd contains one line for each user account, with seven fields
delimited by colons (“:”). These fields are:
· login name
· optional encrypted password
· numerical user ID
· numerical group ID
· user name or comment field
· user home directory
· optional user command interpreter
x
はオプションの暗号化されたパスワードであり、マンページではさらに次のように説明します。
The encrypted password field may be blank, in which case no password is
required to authenticate as the specified login name. However, some
applications which read the /etc/passwd file may decide not to permit
any access at all if the password field is blank. If the password field
is a lower-case “x”, then the encrypted password is actually stored in
the shadow(5) file instead; there must be a corresponding line in the
/etc/shadow file, or else the user account is invalid. If the password
field is any other string, then it will be treated as an encrypted
password, as specified by crypt(3).
コンマは区切ります GECOSフィールド :
GECOSフィールドの一般的な形式は、次の順序のコンマ区切りリストです。
- ユーザーのフルネーム(またはアカウントがプログラム用の場合はアプリケーション名)
- 建物と部屋番号または連絡先
- オフィスの電話番号
- その他の連絡先情報(ポケットベル番号、FAXなど)
そう:
mymac:x:1000:1000:juggernaut,,,:/home/mymac:/bin/bash
| | | | | | |
| | | | | | Login Shell
| | | | | Home directory
| | | | GECOS fields (full name, etc.)
| | | Primary Group id
| | User ID
| Encrypted password indicator
Username