Hello
I want to make a network monitoring s/w based on linux commands.
that is say I have a lan where all the computers under different users are working. NOw I want to run some shell scripts that will give me info about the different terminals in the LAN, say which user is logged in , for how much time. What kind of linux commands,shell scripts can I run to get such info. I donot want to use any network monitoring software.I want to write my own program.Pls help.
Page 1 of 1
monitor a lan use shell scripts to monitor a lan
#3
Posted 10 August 2009 - 10:41 AM
Built-in command:
finger user@host
finger user@host
Help us help you. If HelpBot replies, you MUST follow step 1 in its reply so we know you need help.
Boredom Software Stop Highlighting Things
Boredom Software Stop Highlighting Things
#4
Posted 10 August 2009 - 01:39 PM
who
last
ps -u <username>
last
ps -u <username>
Share this topic:
Page 1 of 1

Help


Back to top












