2025-02-10, 02:50 PM
(This post was last modified: 2025-02-10, 02:51 PM by TheDreadPirate.)
If "getent" isn't available, you can just read the group file.
In my case, the render group uses ID 993.
Code:
grep render /etc/group
Code:
chris@rat-trap:~/git/jellyfin-web$ grep render /etc/group
render:x:993:chris,jellyfin
In my case, the render group uses ID 993.