On Sat, Jan 11, 2003 at 06:26:32PM -0500, Trey Sizemore wrote:
> One more dumb question...how do I know my user ID?

here are a few ways:

echo $UID

or 

id -u

or

grep ^username: /etc/passwd | awk -F: '{print $3}'

:)
        sean

Attachment: msg23625/pgp00000.pgp
Description: PGP signature

Reply via email to