在Ubuntu上,可以使用crontab命令來設(shè)置定時(shí)規(guī)則。以下是crontab在Ubuntu上的定時(shí)規(guī)則:
在crontab中,可以使用以下符號(hào)來表示時(shí)間:
例如,如果要在每天的3點(diǎn)運(yùn)行一個(gè)腳本,可以在crontab中添加以下規(guī)則:
0 3 * * * /path/to/your/script.sh
這表示在每天的3點(diǎn)運(yùn)行/path/to/your/script.sh
腳本。