You are not logged in.
I'm checking /etc/passwd for the first time and curious if there's documentation about the default users in Arch, like some kind of overview.
I did a few searches in DDG and couldn't find anything.
Last edited by pjbrunet (2021-10-30 01:19:56)
Offline
https://wiki.archlinux.org/title/users_and_groups
Note that some packages create new users. If there is a user not described in my link, you may be able to determine what installed the user based upon context. If not, ask here with the unknown user as we will see if we can help
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
The only user supplied by default is root [1]. The rest are populated by systemd-sysusers. See /usr/lib/sysusers.d/
You can query which package owns each conf file for instance
pacman -Qo /usr/lib/sysusers.d/arch.conf
/usr/lib/sysusers.d/arch.conf is owned by filesystem 2021.05.31-1Shows that config file is owned by filesystem for populating Arch specific users and groups [2]
See also
Users_and_groups#Group_list
DeveloperWiki:UID_/_GID_Database
[1] https://github.com/archlinux/svntogit-p … unk/passwd
[2] https://github.com/archlinux/svntogit-p … k/sysusers
Last edited by loqs (2021-10-30 01:18:30)
Offline
OK that's helpful, thank you @loqs @ewaller
Offline