Dont forget the good old UNIX commandline of 'who' The above will just give you a list of all the users currently connected and their ttys/whatevers and then you can identify what processes that tty is using by a ps -e |grep the tty/whatever. > Thanks for the tip. I totally forgot how insecure ftp is. > On Tue, 2002-11-26 at 02:44, Randy Kelsoe wrote: >> Joshua Melbourne White wrote: >> >> >I am extremely new to Linux and I am finally learning the power you >> can have with Linux. I have SSH and FTP services running and I can >> log in and whatever remotely which is awesome. However, how can I >> see who is currently logged into my system? Is there any GUI program >> that shows who is currently connected to my machine through SSH and >> FTP? Thanks for the help! >> > >> >P.S. I have messed with netstat, but it doesnt seem to tell me which >> users are logged in. >> > >> netstat -tua and lsof -i should help with the ftp users. >> The 'w' command will tell you who is logged in by ssh. You should not >> be using ftp, though. Try sftp. With ftp, your passwords are sent in >> plain text. >> >> >> >> -- >> Psyche-list mailing list >> Psyche-list@redhat.com >> https://listman.redhat.com/mailman/listinfo/psyche-list >> > > > > > -- > Psyche-list mailing list > Psyche-list@redhat.com > https://listman.redhat.com/mailman/listinfo/psyche-list -- Psyche-list mailing list Psyche-list@redhat.com https://listman.redhat.com/mailman/listinfo/psyche-list