Posted: Mon Jun 23, 2008 8:37 pm Post subject: Probably this might work
Hi buddy!
I am not much into sys admin but i thought i could give it a try. So i approached this way. If clients are logged onto your system and they are running programming this machine(host) you can write a script to monitor their activity.
Code:
ps aux|grep <username>
is a simnple solution but i thought as you mentioned to have a script, below is one you can report bug as i could not try on a network system (with many client machines etc.). Let me know if and how it works. Later i'll find improved version of this. The code is not so fine and i think is little sloppy.
Code:
#!/bin/bash
# this script is to check the logged on users and what processes
# they are running. Except Root.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum