mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 20:55:25 +02:00
airportd, automountd, coreautha, coreauthd, nfcd: add page (#7608)
This commit is contained in:
parent
2396c6d791
commit
a1aad5301e
5 changed files with 49 additions and 0 deletions
9
pages/osx/airportd.md
Normal file
9
pages/osx/airportd.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# airportd
|
||||
|
||||
> Manages wireless interfaces.
|
||||
> It should not be invoked manually.
|
||||
> More information: <https://www.manpagez.com/man/8/airportd/>.
|
||||
|
||||
- Start the daemon:
|
||||
|
||||
`airportd`
|
13
pages/osx/automountd.md
Normal file
13
pages/osx/automountd.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# automountd
|
||||
|
||||
> An automatic mount/unmount daemon for `autofs`. Started on demand by `launchd`.
|
||||
> It should not be invoked manually.
|
||||
> More information: <https://www.manpagez.com/man/8/automountd/>.
|
||||
|
||||
- Start the daemon:
|
||||
|
||||
`automountd`
|
||||
|
||||
- Log more details to `syslog`:
|
||||
|
||||
`automountd -v`
|
9
pages/osx/coreautha.md
Normal file
9
pages/osx/coreautha.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# coreautha
|
||||
|
||||
> A system agent providing the `LocalAuthentication` framework.
|
||||
> It should not be invoked manually. See also: `coreauthd`.
|
||||
> More information: <https://www.manpagez.com/man/8/coreautha/>.
|
||||
|
||||
- Start the agent:
|
||||
|
||||
`coreautha`
|
9
pages/osx/coreauthd.md
Normal file
9
pages/osx/coreauthd.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# coreauthd
|
||||
|
||||
> A system daemon providing the `LocalAuthentication` framework.
|
||||
> It should not be invoked manually. See also: `coreautha`.
|
||||
> More information: <https://www.manpagez.com/man/8/coreauthd/>.
|
||||
|
||||
- Start the agent:
|
||||
|
||||
`coreauthd`
|
9
pages/osx/nfcd.md
Normal file
9
pages/osx/nfcd.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# nfcd
|
||||
|
||||
> This daemon controls the NFC controller.
|
||||
> It should not be invoked manually.
|
||||
> More information: <https://www.manpagez.com/man/8/nfcd/>.
|
||||
|
||||
- Start the daemon:
|
||||
|
||||
`nfcd`
|
Loading…
Add table
Reference in a new issue