On Wed, 21 Jan 2004, Paul Johnson wrote:

> > And can I get i list of all users logged on to my server?
> 
> finger (need finger and possibly fingerd)

[pointing to the] finger is bad (manners).. ;-) .. sorry couldn't resist

what's wrong with simple ways like:
        root# w
        root# who
        root# last
        root# last -f /var/run/utmp
        root# last -f /var/log/wtmp

        # see whats running and who owns it
        root# netstat -v
        root# ps auxwf | less
        .. more brownie points ?? ..

c ya
alvin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to