mirror of https://github.com/CrimsonTome/tldr.git
14 lines
299 B
Markdown
14 lines
299 B
Markdown
# automountd
|
|
|
|
> An automatic mount/unmount daemon for `autofs`. Started on demand by `launchd`.
|
|
> It should not be invoked manually.
|
|
> More information: <https://keith.github.io/xcode-man-pages/automountd.8.html>.
|
|
|
|
- Start the daemon:
|
|
|
|
`automountd`
|
|
|
|
- Log more details to `syslog`:
|
|
|
|
`automountd -v`
|