mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 05:43:47 +00:00
19 lines
389 B
Plaintext
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`
|