What is a numerical subordinate user ID? #23934
-
And why is it 10000 in the manual? ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Regarding the number 10000 here
The chosen number would typically be the lowest unused subuid. Fortunately you often don't need to use usermod --add-subuids very often because useradd configures subuids and subgids automatically for a new user. (At least when running fedora). This document |
Beta Was this translation helpful? Give feedback.
Regarding the number 10000 here
podman/docs/source/markdown/podman.1.md
Line 441 in c66d46c
The chosen number would typically be the lowest unused subuid.
The chosen range must not overlap with any of the existing ranges in /etc/subuid (or any subuid ranges that are configured via /etc/nsswitch.conf)
Fortunately you often don't need to use usermod --add-subuids very often because useradd configures subuids and subgids automatically for a new user. (At least when running fedora).
This document
https://wiki.gentoo.org/wiki/Subuid_subgid
has a short introduction to the topic of subuids and subgids.