LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Users and Groups (https://www.linuxquestions.org/questions/programming-9/users-and-groups-731228/)

ari5 06-07-2009 05:56 AM

Users and Groups
 
hello i want to print all the users and which group are they belong does anynone can help me?????????

colucix 06-07-2009 06:06 AM

Check /etc/passwd and /etc/group and read
Code:

man id

binary_y2k2 06-07-2009 06:06 AM

You should iterate over the struct group* entries returned by getgrent().
See getgerent(3) and getpwuid(3)

ari5 06-07-2009 06:32 AM

Thanks
 
thanks you help me a lot


All times are GMT -5. The time now is 07:24 AM.