diff --git a/man/sysusers.d.xml b/man/sysusers.d.xml index 72d8f623991..c632e8713e9 100644 --- a/man/sysusers.d.xml +++ b/man/sysusers.d.xml @@ -25,6 +25,16 @@ /etc/sysusers.d/*.conf /run/sysusers.d/*.conf /usr/lib/sysusers.d/*.conf + + +#Type Name ID GECOS Home directory Shell +u user_name uid "User Description" /path/to/shell +u user_name uid:gid - - +u user_name /file/owned/by/user - - +g group_name gid "Group Description" +g group_name /file/owned/by/group - +m user_name group_name +r - lowest-highest @@ -81,11 +91,13 @@ #Type Name ID GECOS Home directory Shell u httpd 404 "HTTP User" -u authd /usr/bin/authd "Authorization user" +u _authd /usr/bin/authd "Authorization user" u postgres - "Postgresql Database" /var/lib/pgsql /usr/libexec/postgresdb g input - - -m authd input -u root 0 "Superuser" /root /bin/zsh +m _authd input +u root 0 "Superuser" /root /bin/zsh +r - 500-900 + Empty lines and lines beginning with the # character are ignored, and may be used for commenting. @@ -109,7 +121,7 @@ u root 0 "Superuser" /root /bin/zshg Create a system group of the specified name should it not exist yet. Note that u - implicitly create a matching group. The group will be + implicitly creates a matching group. The group will be created with no password set.