Plex Media - Usermod - command
Posted: Tue Jul 29, 2014 12:06 pm
Hi!
Trying to follow the WIKI.
If you access your media files using locally mounted shares (eg if you are a Greyhole user as suggested above), you will need to change the permissions of your plex server user. The Plex Media Server is run by a special user plex who doesnt have access to the local shares by default.
To fix, open terminal as root user and type (preceed with sudo for Ubuntu):
usermod -a -G users plex
You may need to restart Plex. Now when you want to add directories using the web interface all your shares should be accessible.
But when I use this command I get - Usermod: Command not found.
Is there an difference command I should use ?
Trying to follow the WIKI.
If you access your media files using locally mounted shares (eg if you are a Greyhole user as suggested above), you will need to change the permissions of your plex server user. The Plex Media Server is run by a special user plex who doesnt have access to the local shares by default.
To fix, open terminal as root user and type (preceed with sudo for Ubuntu):
usermod -a -G users plex
You may need to restart Plex. Now when you want to add directories using the web interface all your shares should be accessible.
But when I use this command I get - Usermod: Command not found.
Is there an difference command I should use ?