T.R | Title | User | Personal Name | Date | Lines |
---|
732.1 | Ultrix exports user id, not username | MAXDOG::kittell | Richard S. Kittell - Database Sys | Fri May 05 1989 11:21 | 8 |
| It is because your Ultrix system is identifying you as
nodename::nnn instead of nodenname::username., where nnn
is your user id.
% echo $uid ! will show your user id value.
This is in the Release Notes.
|
732.2 | Problem solved | OSLACT::OLAV | Do it in parallel! | Fri May 05 1989 15:25 | 5 |
| "% echo $uid" didn't work, but I did a "% cat /etc/passwd" to find the uid.
Thanks,
Olav
|
732.3 | | CSSE32::MERMELL | Window Pain | Mon May 08 1989 12:19 | 7 |
| If your installation is running Yellow Pages, the command
will be
ypcat passwd | grep username
where 'username' is your username.
|