Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a shell script that prints the list of people who are active on the host. A person is active if their idle time is

Write a shell script that prints the list of people who are active on the host. A person is active if their idle time is less than one minute. Hint: "w" prints a list of everyone logged on and their idle time. "cut" can remove unneeded parts of a line You can read a file into a script one line at a time like this ... cat filename | while read a b c do echo $a $b $c done

LINUX UBUNTU

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

More Books

Students also viewed these Databases questions