Summer Special Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 8w52ceb345

Add a job on Cron schedule to display Hello World on every two Seconds in...

Add a job on Cron schedule to display Hello World on every two Seconds in terminal 8.

Answer and Explanation:

    cat >schedule

*/2 * * * * /bin/echo “Hello World” >/dev/tty8

    crontab schedule

    Verify using: crontab –l

    service crond restart

Cron helps to schedule on recurring events. Pattern of Cron is:

MinuteHourDay of MonthMonth Day of WeekCommands

0-590-231-311-120-7 where 0 and 7 means Sunday.

Note * means every. To execute the command on every two minutes */2.

To add the scheduled file on cron job: crontab filename

To List the Cron Shedule: crontab –l

To Edit the Schedule: crontab –e

To Remove the Schedule: crontab –r

RH202 PDF/Engine
  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions
buy now RH202 pdf
Get 60% Discount on All Products, Use Coupon: "8w52ceb345"