Because macOS doesn't use /etc/passwd, users aren't recognized, and the UID is displayed instead.
this repo has no description
Users unrecognized on macOS #10
open
opened by
dcdev.ro
Same thing with systemd-homed users - is using getpwuid too slow @rockorager.dev? This function is POSIX: https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/functions/getpwuid.html
Same thing with systemd-homed users getpwuid is POSIX: https://pubs.opengroup.org/onlinepubs/9799919799.2024edition/functions/getpwuid.html
Same thing with systemd-homed users - is using
getpwuidtoo slow @rockorager.dev?