要配置cron任务,可以通过以下步骤进行:
crontab -e
* * * * * command
*
command
Ctrl + X
crontab -l
注意事项:
sudo crontab -u username -e