subuid (5)
Leading comments
Title: subuid Author: [FIXME: author] [see http://docbook.sf.net/el/author] Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: 08/20/2017 Manual: File Formats and Conversions Source: shadow-utils 4.2 Language: English
NAME
subuid - the subordinate uid fileDESCRIPTION
Each line in /etc/subuid contains a user name and a range of subordinate user ids that user is allowed to use. This is specified with three fields delimited by colons (lq:rq). These fields are:
- * login name
- * numerical subordinate user ID
- * numerical subordinate user ID count
This file specifies the user IDs that ordinary users can use, with the newuidmap command, to configure uid mapping in a user namespace.
Multiple ranges may be specified per user.
FILES
/etc/subuid
- Per user subordinate user IDs.
/etc/subuid-
- Backup file for /etc/subuid.
SEE ALSO
login.defs(5), newgidmap(1), newuidmap(1), newusers(1), subgid(5), useradd(8), userdel(8), usermod(8), user_namespaces(7).