mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-09 09:57:26 +03:00
14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
|
# Ensure that the semantic for the uid:groupname syntax is correct
|
||
|
#
|
||
|
#Type Name ID GECOS HOMEDIR
|
||
|
g hoge 300 - -
|
||
|
u foo 301 - -
|
||
|
|
||
|
g baz 302 - -
|
||
|
u aaa 303:baz - -
|
||
|
u bbb 304:baz - -
|
||
|
u ccc 305 - -
|
||
|
|
||
|
g yyy -
|
||
|
u zzz 306:yyy
|