Lines Matching full:groupadd
13 testing "groupadd group_name (text)" "groupadd toyTestGroup &&
16 testing "groupadd group_name (alphanumeric)" "groupadd toy1Test2Group3 &&
19 testing "groupadd group_name (numeric)" "groupadd 987654321 &&
22 testing "groupadd group_name (with ./-)" "groupadd toy.1Test-2Group.3 &&
25 testing "groupadd group_name with group_id" "groupadd -g 49999 toyTestGroup &&