1GETSUBIDS(1) User Commands GETSUBIDS(1)
2
3
4
6 getsubids - get the subordinate id ranges for a user
7
9 getsubids [options] USER
10
12 The getsubids command lists the subordinate user ID ranges for a given
13 user. The subordinate group IDs can be listed using the -g option.
14
16 The options which apply to the getsubids command are:
17
18 -g
19 List the subordinate group ID ranges.
20
22 For example, to obtain the subordinate UIDs of the testuser:
23
24 $ getsubids testuser
25 0: testuser 100000 65536
26
27 This command output provides (in order from left to right) the list
28 index, username, UID range start, and number of UIDs in range.
29
31 login.defs(5), newgidmap(1), newuidmap(1), subgid(5), subuid(5),
32 useradd(8), userdel(8). usermod(8),
33
34
35
36shadow-utils 4.9 11/19/2021 GETSUBIDS(1)