Open a terminal and either
w
or
who
at the prompt.
man w
man who
--
Very old woody beets will never cook tender.
-- Fannie Farmer
This command line will show you every computer connected to your Apple
file sharing service (AFP):
netstat -a -p tcp | grep afp | grep ESTABLISHED
To filter out everything but the name/IP of the connected computer, try:
netstat -a -p tcp | grep afp | grep ESTABLISHED | awk {'print $5'}
--
Send responses to the relevant news group rather than email to me.
E-mail sent to this address may be devoured by my very hungry SPAM
filter. Due to Google's refusal to prevent spammers from posting
messages through their servers, I often ignore posts from Google
Groups. Use a real news client if you want me to see your posts.
JR
Additional 2 cents...
If you want to run the netstat commands from the Finder via
double-clicking just put the netstat Unix commands ( from a previous
post ) in a file with a .command suffix. Save it somewhere and then
make it runnable by opening terminal and typing "chmod +x <your
filename>.command
Then you can run it via double-clicking from the Finder.
Cliff
Or you can just use the "Netstat" tab in the Network Utility application
found in /Applications/Utilities/.
Jochem
--
"A designer knows he has arrived at perfection not when there is no
longer anything to add, but when there is no longer anything to take away."
- Antoine de Saint-Exupery