]> newuidmap 1 User Commands shadow-utils &SHADOW_UTILS_VERSION; newuidmap set the uid mapping of a user namespace newuidmap pid uid loweruid count uid loweruid count ... DESCRIPTION The newuidmap sets /proc/[pid]/uid_map based on it's command line arguments and the uids allowed in /etc/subuid. After the pid argument, newuidmap expects sets of 3 integers: uid Begining of the range of UIDs inside the user namespace. loweruid Begining of the range of UIDs outside the user namespace. count Length of the ranges (both inside and outside the user namespace). OPTIONS There currently are no options to the newuidmap command. FILES /etc/subuid List of users subordinate user IDs. /proc/[pid]/uid_map Mapping of uids from one between user namespaces. SEE ALSO login.defs5 , newusers8 , subuid5 , useradd8 , usermod8 , userdel8 .