Where can I find a GID?

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.

  1. Enable the SSH connection option in control panel.
  2. Login to NAS via ssh with a user belongs to administrators.
  3. cat /etc/group and check its contents

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.

1 Like