Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Linux allows tasks to be scheduled and executed using cron and crontab . Crontab will utilize the job scheduler, while cron will execute the tasks.

Linux allows tasks to be scheduled and executed using cron and crontab. Crontab will utilize the job scheduler, while cron will execute the tasks.

(a) Write a Linux shell script to capture all the processes run by a user named user1 as well as the current date and time before appending these information to a file named traceLog.txt. Next, move the traceLog.txt file to a directory named backup. Finally, kill all processes owned by user1 and all processes named torrent.

(15 marks)

(b) Configure the crontab to schedule the execution of the shell script in question 5(a) above, assuming that the shell script is located at /home/admin directory. The shell script should be executed at every two hours daily. Append the current date and time followed by the list of all users currently logged into the Linux system to a file named userLog.txt every 40 minutes. Assume that the userLog.txt file is located at /home/admin directory. Schedule a broadcast message every hour on the 28th day of each month to all users logged in to remind them to do external backup of their personal files. Finally, schedule to reboot the Linux system on every Sunday at 11:55pm.

(10 marks)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beyond Big Data Using Social MDM To Drive Deep Customer Insight

Authors: Martin Oberhofer, Eberhard Hechler

1st Edition

0133509796, 9780133509793

More Books

Students also viewed these Databases questions