diff --git a/pages/linux/crond.md b/pages/linux/crond.md new file mode 100644 index 00000000000000..7b009acdcd0faa --- /dev/null +++ b/pages/linux/crond.md @@ -0,0 +1,24 @@ +# crond + +> Daemon to execute scheduled commands from crontab files. +> More information: . + +- 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`