How To Build A Cron Job

preview_player
Показать описание
How to create a custom cron job.
Log into your server via ssh using the shell user you wish to create the cron job under.

Once logged in, run the following command to open your crontab file: crontab space dash e

You are then asked to choose an editor to view this file. Number 6 uses the program Nano, which is the easiest option.

This example also runs the cron job at 8:13 pm.
Now, save the file. You should see the following response, “crontab installing new crontab”
The crontab should now run every day at 8:13 pm.

Рекомендации по теме
Комментарии
Автор

wow I really like this video I subscribed to the channel

luciferjany