Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!umich!samsung!zaphod.mps.ohio-state.edu!mips!bridge2!mdb From: mdb@ESD.3Com.COM (Mark D. Baushke) Newsgroups: comp.mail.misc Subject: Re: Finding login ids Message-ID: Date: 12 Feb 90 07:20:38 GMT References: <48864496.19c13@locust.engin.umich.edu> <7435@yunexus.UUCP> Sender: news@bridge2.ESD.3Com.COM Organization: 3Com Corp., Mountain View, CA. Lines: 29 In-reply-to: davecb@yunexus.UUCP's message of 9 Feb 90 19:26:14 GMT On 9 Feb 90 19:26:14 GMT, davecb@yunexus.UUCP (David Collier-Brown) said: David> leviatan@caen.engin.umich.edu (David Disser) writes: >Is there any standard convention for finding a specific person's id if you >know the address? I finally dug up the right addresses for a few friends >at various universities, but I still have to find what ids to mail to. >Thanks in advance. David> Yup: David> (echo "$person"; echo) | telnet $machine 79" Why use an unreadable '79' when 'finger' works just as well? (echo "$person"; echo) | telnet $machine finger" Of course, on my machine I typically use 'finger person@machine.domain' to get this same information. However, this is not much use unless the machine is reachable (both parties connected via the Internet). David> It's in "man 8 finger" My man page on finger (SunOS) has this to say: If a username argument contains an at-sign, ``@'', then a connection is attempted to the machine named after the at-sign, and the remote finger daemon is queried. -- Mark D. Baushke mdb@ESD.3Com.COM