mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-15 16:26:48 +00:00
15 lines
484 B
Plaintext
15 lines
484 B
Plaintext
##
|
|
# Password file.
|
|
#
|
|
# Each line of the file describes a single user, and contains seven
|
|
# colon-separated fields:
|
|
# name:password:UID:GID:GECOS:directory:shell
|
|
#
|
|
# The password field can be either the encrypted user password, an asterisk
|
|
# (*), or the letter 'x'. See the pwconf(8) man page for explanation of 'x'.
|
|
#
|
|
# See the passwd(5) man page for additional information about this file.
|
|
##
|
|
root:x:0:0:root:/:/bin/sh
|
|
nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
|