View previous topic :: View next topic |
Author |
Message |
Mala Zaba Apprentice
Joined: 21 Apr 2002 Posts: 156 Location: Brossard, Qc.
|
Posted: Sun Jun 09, 2002 12:54 pm Post subject: How I can have information on a user |
|
|
I would like have this onformation:
Real Name
All group
Home... |
|
Back to top |
|
|
alec Apprentice
Joined: 19 Apr 2002 Posts: 270 Location: Here
|
Posted: Sun Jun 09, 2002 1:04 pm Post subject: |
|
|
If you're running KDE, the easiest way to get that info is to use KUser - it's in your system menu. Other than doing a cat of your /etc/passwd, I'm too spoiled by graphical interfaces to know. |
|
Back to top |
|
|
Mala Zaba Apprentice
Joined: 21 Apr 2002 Posts: 156 Location: Brossard, Qc.
|
Posted: Sun Jun 09, 2002 1:27 pm Post subject: |
|
|
I forgot to say... I am only in console mode |
|
Back to top |
|
|
alec Apprentice
Joined: 19 Apr 2002 Posts: 270 Location: Here
|
Posted: Sun Jun 09, 2002 1:59 pm Post subject: |
|
|
You can use the "id" command:
Code: | alec@melvin alec $ id alec
uid=501(alec) gid=407(alec) groups=407(alec),10(wheel),18(audio),19(cdrom),80(cdrw)
|
And get the "real name" out of /etc/passwd.
Best I can come up with, outside of emerging KDE :) |
|
Back to top |
|
|
|