If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I was wondering if there is an app for mac os x that gives me a list of users connected to to our file server. File Server is running OS X, people connect via smb, appletalk, ssh.
In the terminal, "who" will tell you who is connected by means of telnet, SSH, or GUI login. It may or may not tell you Samba users, and I doubt it would tell Appletalk, but it's a start.
Mac Pro 2x 2.66 GHz Dual core, Apple TV 160GB, two Windows XP PCs
Take a look at 'man atlookup' for Appletalk, 'man smbstatus' for Samba, and 'man who' or 'man w' for ssh users. The reason I mention the man pages is so you know that there are other options you might be interested in.
To get a complete listing from one command type:
w && atlookup && smbstatus
all on one line. Once you figure out what options you want you can just alias the command to something easier to type.