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
21 -h
22 Display help message and exit.
23
25 For example, to obtain the subordinate UIDs of the testuser:
26
27 $ getsubids testuser
28 0: testuser 100000 65536
29
30 This command output provides (in order from left to right) the list
31 index, username, UID range start, and number of UIDs in range.
32
34 login.defs(5), newgidmap(1), newuidmap(1), subgid(5), subuid(5),
35 useradd(8), userdel(8). usermod(8),
36
37
38
39shadow-utils 4.12.3 11/29/2022 GETSUBIDS(1)