From 6a7b7430bba6f4dbf4a30de9df6d10eecf1dd465 Mon Sep 17 00:00:00 2001 From: Eirik Z <46269073+atxbyea@users.noreply.github.com> Date: Sun, 27 Oct 2019 10:09:27 +0100 Subject: [PATCH] Fixed two errors (#11005) Added the group rights for the dev files, and a missing asterisk in the ls command --- source/_docs/installation/freenas.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/installation/freenas.markdown b/source/_docs/installation/freenas.markdown index 27cafe16c0f..0b6c0c362ac 100644 --- a/source/_docs/installation/freenas.markdown +++ b/source/_docs/installation/freenas.markdown @@ -200,7 +200,7 @@ vi /etc/devfs.rules Add the following lines ```bash [devfsrules_jail_allow_usb=7] -add path 'cu\*' unhide +add path 'cu\*' mode 0660 group 8123 unhide ``` Reload devfs @@ -222,7 +222,7 @@ sudo iocage console hass ``` ```bash -ls /dev/cu +ls /dev/cu* ``` This should ouput the following ```bash