mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +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
|