diff --git a/Installation_TrueNAS_GUI.md b/Installation_TrueNAS_GUI.md index bbf828b..e994f7d 100644 --- a/Installation_TrueNAS_GUI.md +++ b/Installation_TrueNAS_GUI.md @@ -80,6 +80,9 @@ Now that we have it installed a few more steps are required. ### User and Group Setup Creation of a user and group is handled by the package on installation but if you want to use your own, set that up now. +#### Example: +`pw useradd -n "USER_YOU_WANT" -u "USER_ID" -d /nonexistent -s /usr/sbin/nologin` + We still are not done with the shell! ### Service Setup @@ -210,4 +213,4 @@ This is similar to installing Jellyfin but with fewer steps: - Change Type to 'Script' - Navigate to '/root/enable_gpu_jails.sh' - Change When to 'PostInit' - - Click [Submit] \ No newline at end of file + - Click [Submit]