

InterviewSolution
Saved Bookmarks
1. |
Solve : view members of main group? |
Answer» How do I view members of my main group, even if they are off line? I'm not using uiGroup members are listed in the /etc/group file. RUN the file through the GREP command to get only the LIST of the USERS in your particular group, e.g. cat /etc/group | grep NAMEThank you. I appreciate it! |
|