On Sun, 12 Jan 2003, Jan Trippler wrote:
> On Son, 12 Jan 2003 at 14:34 (+0100), ernst wrote: > > > > On Sat, 11 Jan 2003, Trey Sizemore wrote: > > > > > One more dumb question...how do I know my user ID? > > > > cat /etc/group |grep your_username > > Useless use of cat award ;-) > grep your_username /etc/group > yes, this was ment to be passwd, not group;) or even better, just type 'id' /ernst > But so you will not get the _user_ id. Try /etc/passwd instead. > > or: > getent passwd your_username > > or: > id > > Jan > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]