Learn how to schedule a task in UNIX

Asked By 5 points N/A Posted on -
qa-featured

Hi, I am new to UNIX platform. I want to know if I can schedule a task just like in windows. Please help.

SHARE
Best Answer by
Answered By 0 points N/A #329059

Learn how to schedule a task in UNIX

qa-featured

: UNIX has task scheduling through crontab and at utilities.

Scheduling a job in UNIX using cron:-

  • In order to create a job using cron, first create an AASCI text file. Using a text editor, the command is inserted. To run the job, enter “crontab name .txt”.
  • To check the scheduled job, “crontab-1”.

To remove the scheduled job, enter “crontab-r”.

Related Questions