mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 03:35:24 +02:00
25 lines
481 B
Markdown
25 lines
481 B
Markdown
![]() |
# crond
|
||
|
|
||
|
> Daemon to execute scheduled commands from crontab files.
|
||
|
> More information: <https://manned.org/crond>.
|
||
|
|
||
|
- Start daemon in the background and check for scheduled commands:
|
||
|
|
||
|
`crond`
|
||
|
|
||
|
- Start daemon in the foreground and check for scheduled commands:
|
||
|
|
||
|
`crond -n`
|
||
|
|
||
|
- Send job output from the daemon to the system log:
|
||
|
|
||
|
`crond -s`
|
||
|
|
||
|
- Override default limitations and accept custom crontables:
|
||
|
|
||
|
`crond -p`
|
||
|
|
||
|
- Inherit crontab file path from environment settings:
|
||
|
|
||
|
`crond -P`
|