Files
cheatsheet-tldr/osx/automountd
2024-02-21 11:19:49 +00:00

19 lines
389 B
Plaintext

---
syntax: markdown
tags: [tldr, osx]
source: https://github.com/tldr-pages/tldr.git
---
# 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`