2025-06-28, 02:00 PM
(This post was last modified: 2025-06-28, 02:04 PM by theguymadmax. Edited 1 time in total.)
When you install Jellyfin it automatically creates the jellyfin user: run this command, you should see the user account.
or fix your original command:
Code:
cut -d: -f1 /etc/passwd
Code:
cat /etc/passwd | grep jellyfin