diff --git a/content/CORE/CORETutorials/Sharing/SMB/SMBShare.md b/content/CORE/CORETutorials/Sharing/SMB/SMBShare.md index 30078d69d8..385819b67f 100644 --- a/content/CORE/CORETutorials/Sharing/SMB/SMBShare.md +++ b/content/CORE/CORETutorials/Sharing/SMB/SMBShare.md @@ -58,8 +58,9 @@ With LDAP configured, users from the LDAP server can have access the SMB share. ### Tune the Dataset ACL -After creating a dataset and the needed accounts, determine access requirements. Adjust the dataset ACL to match. To edit the ACL, go to **Storage > Pools**, open the options for the new dataset, and click **Edit Permissions**. Many home users often add a new entry that grants the following access: -*FULL_CONTROL* to the *builtin_users* group with the flags set to *INHERIT*. +After creating a dataset and the needed accounts, determine the access requirements and adjust the dataset ACL to match. +To edit the ACL, go to **Storage > Pools**, open the options for the new dataset, and click **Edit Permissions**. +Many home users often add a new entry that grants this access: *FULL_CONTROL* to the *builtin_users* group with the flags set to *INHERIT*. See the [Permissions article]({{< relref "/CORE/CORETutorials/Storage/Pools/Permissions.md" >}}) for more details. ## Creating the SMB Share diff --git a/content/CORE/UIReference/Services/ServicesSSH.md b/content/CORE/UIReference/Services/ServicesSSH.md index 11dddbbeff..b02200a845 100644 --- a/content/CORE/UIReference/Services/ServicesSSH.md +++ b/content/CORE/UIReference/Services/ServicesSSH.md @@ -2,6 +2,8 @@ title: "SSH Screen" description: "Use the SSH screen to configure Secure Socket Shell (SSH) on your TrueNAS." weight: 130 +aliases: + - /core/uireference/services/sshscreen/ tags: - coreftp - coretftp diff --git a/content/CORE/UIReference/Sharing/AFP/AFPShareScreen.md b/content/CORE/UIReference/Sharing/AFP/AFPShareScreen.md index 6b3537bd65..d0e2babe45 100644 --- a/content/CORE/UIReference/Sharing/AFP/AFPShareScreen.md +++ b/content/CORE/UIReference/Sharing/AFP/AFPShareScreen.md @@ -9,7 +9,7 @@ tags: Apple Filing Protocol (AFP) facilitates workgroup and Internet file sharing. It does this in a mixed-platform environment. Go to **Sharing > AFP** to set up an AFP share. Click **ADD** to edit AFP share settings. {{< hint warning >}} -Because AFP share creating is deprecated in 13.0 a **Recommendation** dialog displays: +AFP share creation is deprecated in CORE 13.0. A **Recommendation** dialog displays when accessing this screen and suggests sharing data with a different protocol. {{< /hint >}} {{< hint info >}}