I'm following this tutorial
https://forums.freenas.org/index.ph...to-install-plex-in-a-freenas-11-0-jail.19412/
I'm stuck at the step that says to run the command
pw groupadd Media -g 1001 && pw usermod plex -G plex,Media
I'm not sure how the command should be changed to fit my setup and I haven't had luck with it, here is my output
https://forums.freenas.org/index.ph...to-install-plex-in-a-freenas-11-0-jail.19412/
I'm stuck at the step that says to run the command
pw groupadd Media -g 1001 && pw usermod plex -G plex,Media
I'm not sure how the command should be changed to fit my setup and I haven't had luck with it, here is my output
[root@SlothNAS ~]# ls -l /mnt
total 10
-rw-r--r-- 1 root wheel 5 Jan 22 21:17 md_size
drwxrwxr-x+ 3 SlothMaster SlothGroup 4 Jan 30 22:10 SlothJail
drwxrwxr-x+ 3 SlothMaster SlothGroup 4 Jan 29 21:59 SlothStorage
[root@SlothNAS ~]# pw groupadd SlothGroup -g 1000 && pw usermod SlothMaster -G SlothMaster,SlothStorage
pw: group name `SlothGroup' already exists
[root@SlothNAS ~]#