Cronjob
Schedule commands to run on a repeating schedule using user's crontab file.
Cronjobların set olunması üçün cronie
paketinə ehtiyac var. Həmin paketi tapmaq üçün:
check if crond service is enabled:
display helpful info about crontab:
Task 1:
Set cronjob for user natasha to do /bin/echo
hiya at 14:23.
Solution:
Task 2:
The user natasha must configure a cron job that runs daily at 14:23 local time and also the same cron job will run after every 2 minutes and executes.
Solution:
Task 3:
Configure a task: plan to run echo "file" command at 14:23 every day.
Solution:
Last updated
Was this helpful?