mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-14 17:55:55 +00:00
12 lines
336 B
Plaintext
12 lines
336 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
# Ensure that the semantic for the uid:gid syntax is correct
|
|
#
|
|
#Type Name ID GECOS HOMEDIR
|
|
g hoge 300 - -
|
|
u foo 301 - -
|
|
|
|
g baz 302 - -
|
|
u aaa 303:302 - -
|
|
u bbb 304:302 - -
|
|
u ccc 305 - -
|