| |
GeekInterview.com > Interview Questions > Operating System > Shell Scripting
| Print | |
Question: how to find how many users have logged in and logged out in last five minutes using shell scripts?
Answer: how many users have logged in and logged out in last five or 10 minutes |
| August 08, 2008 22:58:33 |
#1 |
| dddbbb |
Member Since: August 2008 Total Comments: 1 |
RE: how to find how many users have logged in and logged out in last five minutes using shell scripts? |
| Track and filter the output of the last command |
| |
Back To Question | |