OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRP
(Results
1 - 2
of
2
) sorted by null
/external/toybox/tests/
chgrp.test
14
GRP
="$(sed -n '$s/:.*//p' /etc/group)"
26
IN="cd testdir && chgrp -R $
GRP
dir dir2 &&"
36
"root $
GRP
$
GRP
$
GRP
$
GRP
$
GRP
$
GRP
\n" "" ""
38
"$
GRP
$
GRP
$GRP root $GRP $GRP $GRP\n" "" "
[
all
...]
chown.test
16
GRP
="$(sed -n '$s/:.*//p' /etc/group)"
33
testing "usr:
grp
" "chown $USR:$
GRP
$F $OUT" "$USR $
GRP
\n" "" ""
34
testing "root" "chown root $F $OUT" "root $
GRP
\n" "" ""
36
testing ":
grp
" "chown root:root $F && chown :$
GRP
$F $OUT" \
37
"root $
GRP
\n" "" ""
38
testing ":" "chown $USR:$
GRP
$F && chown : $F $OUT" \
39
"$USR $
GRP
\n" "" "
[
all
...]
Completed in 200 milliseconds