Fixed two errors (#11005)

Added the group rights for the dev files, and a missing asterisk in the ls command
This commit is contained in:
Eirik Z 2019-10-27 10:09:27 +01:00 committed by Fabian Affolter
parent 5a42c0ad1e
commit 6a7b7430bb

View File

@ -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