Hi, how can I find the GID for a user group on QTS? I can see the UID in the Control Panel / Privileges / Users tab, but not the GID in the Privilege / User Groups tab.
I am using QTS 5.2.3.3006
Thanks
Hi, how can I find the GID for a user group on QTS? I can see the UID in the Control Panel / Privileges / Users tab, but not the GID in the Privilege / User Groups tab.
I am using QTS 5.2.3.3006
Thanks
Not certain why you need such info. But try to check with SSH.
You might see something like this:
[~] # cat /etc/group
administrators:x:0:admin
everyone:x:100:admin
In this case, the gid of everyone is 100.
Thanks Hanz this is helpful.
I need it if i want to bind some containers to a specific group.