2023-12-06 11:01:54 +08:00

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