NAME(I)                         05/30/75                               NAME(I)


NAME
        name - attach a name to a user_id

SYNOPSIS
        name arg1 arg2 ...

DESCRIPTION
	name returns all  lines in the  file  /change/users  containing
	arg1, arg2, etc.  Since the file consists of  lines  containing
	real names and user_ids, name allows one to find out  the name
	of someone logged in by submitting the  user_id  returned by
        who(I).

FILES
        /change/users

BUGS

NOTE
	The file /change/users is  referenced  by  ftpmain  in  order  to
	prepend  an identification of the form "FTP mail from Bob Case at
	RAND-ISD" to outgoing mail.  The program assumes a  fixed  format
	line, and takes all information following the logname and preced-
	ing column 40 (or a newline, if one falls before  column  40)  as
	the user's identification.  One important ramification of this is
	that tabs in the file will probably mess things up,  even  though
	everything appears alright on the screen.  If tabs are introduced
	through editing, they should be filtered out using untab(I).


























