Automatically generated based on tag:

TitleTypeSummaryLocation
Basic system information Page Various information about the local system are stored as text files: computer hostname, system timezone, mounted filesystems, DNS nameservers, etc. /etc/hostname
/etc/timezone
/etc/fstab
/etc/resolv.conf
/etc/hosts
/etc/environment
User and group identifiers Page Each process is associated with a set of user and group identifiers: uid/gid, euid/egid, ruid/rgid, suid/sgid, and fsuid/fsgid. User identifiers (uid) to textual usernames mapping:
/etc/passwd

Group identifiers (gid) to textual group names mapping:
/etc/group


View on GitHub