1just-man-pages/gidd_alloc(1)General Commands Manualjust-man-pages/gidd_alloc(1)
2
3
4
6 gidd_alloc find a GID within the specified range which is not used by
7 any process
8
10 gidd_alloc min-gid max-gid
11
13 This program will scan the alive PIDs, looking for which GID is unused
14 in the supplied, inclusive range specified by the required arguments
15 min-gid and max-gid . Upon finding one, it will add the GID to its own
16 supplementary group list, and then scan the PIDs again expecting to
17 find only itself using the GID. If no collision has occurred, the pro‐
18 gram exits, otherwise it retries.
19
21 This is a program only available for the Linux ports of HTCondor.
22
24 gidd_alloc will exit with a status value of 0 (zero) upon success, and
25 it will exit with the value 1 (one) upon failure.
26
28 Center for High Throughput Computing, University of Wisconsin-Madison
29
31 Copyright (C) 1990-2018 Center for High Throughput Computing, Computer
32 Sciences Department, University of Wisconsin-Madison, Madison, WI. All
33 Rights Reserved. Licensed under the Apache License, Version 2.0.
34
35
36
37 date just-man-pages/gidd_alloc(1)