[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Log a user out




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



Reply to: