mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 03:52:56 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/crond
Normal file
29
tldr/linux/crond
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user