Skip to content
[wiki] add link to exhaustive udev rules, add link to working with nfs on macOS authored by Chris's avatar Chris
......@@ -1048,7 +1048,9 @@ man exports
ifconfig en0
```
#### Setting up a NFS Server on macOS 10.13 High Sierra [🔝](#contents)
#### macOS > nfs > Useful Links
- [cyberciti.biz > macOS working with nfs server & client](https://www.cyberciti.biz/faq/apple-mac-osx-nfs-mount-command-tutorial/)
<a id="ncurses"></a>
......@@ -3092,6 +3094,8 @@ umount -a -t autofs
### Working with udev [🔝](#contents)
For an exhaustive guide to working with udev, [see](http://www.reactivated.net/writing_udev_rules.html)
To print the currently installed version of udev
```shell
......
......