2024-02-13, 07:48 PM
(2024-02-13, 07:42 PM)SurplusGadgets Wrote: chown -R jellyfin data ; chgrp -R jellyfin data
very good but there's no need to issue 2 different commands to do this, chown changes owner and group if you use a colon separator
chown -R jellyfin:jellyfin data
reference https://linux.die.net/man/1/chown