Results 1 to 2 of 2
How do I know to which group a samba user belongs to.
In which file can I see that?...
- 09-20-2011 #1Just Joined!
- Join Date
- Aug 2011
- Posts
- 39
Samba group belongs to which group?
How do I know to which group a samba user belongs to.
In which file can I see that?
- 09-20-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
This assumes the Samba user is the same as the Linux system user, in that case:
will list the groups that said user belongs to, with their primary group being listed first.Code:id -Gn <username>


Reply With Quote