Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
[wiki] add link to exhaustive udev rules, add link to working with nfs on macOS
authored
Jul 15, 2019
by
Chris
Show whitespace changes
Inline
Side-by-side
Linux-macOS-Administration-Notes.md
View page @
ce83d417
...
...
@@ -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
...
...
...
...