'find' -perm example in doc

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I was reading the official documentation of find online here. And I came across the following part (and I'm bolding the bolded part):
âÂÂ-perm -444 -perm /222 ! -perm /111âÂÂ
Match files that are readable for
everybody, have at least one write bit set (i.e., somebody can write
to them), but that cannot be executed/searched by anybody. Note that
in some shells the âÂÂ!â must be escaped;.
âÂÂ-perm -a+r -perm /a+w !
-perm /a+xâÂÂ
As above.
âÂÂ-perm -g+w,o+wâÂÂ
As above.
I think the last example isn't the same as the first two. It shouldn't be as above. It should go like "Match files that are writable by their group and everyone."
Is this correct? Or am I missing something?
permissions find documentation
add a comment |Â
up vote
0
down vote
favorite
I was reading the official documentation of find online here. And I came across the following part (and I'm bolding the bolded part):
âÂÂ-perm -444 -perm /222 ! -perm /111âÂÂ
Match files that are readable for
everybody, have at least one write bit set (i.e., somebody can write
to them), but that cannot be executed/searched by anybody. Note that
in some shells the âÂÂ!â must be escaped;.
âÂÂ-perm -a+r -perm /a+w !
-perm /a+xâÂÂ
As above.
âÂÂ-perm -g+w,o+wâÂÂ
As above.
I think the last example isn't the same as the first two. It shouldn't be as above. It should go like "Match files that are writable by their group and everyone."
Is this correct? Or am I missing something?
permissions find documentation
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I was reading the official documentation of find online here. And I came across the following part (and I'm bolding the bolded part):
âÂÂ-perm -444 -perm /222 ! -perm /111âÂÂ
Match files that are readable for
everybody, have at least one write bit set (i.e., somebody can write
to them), but that cannot be executed/searched by anybody. Note that
in some shells the âÂÂ!â must be escaped;.
âÂÂ-perm -a+r -perm /a+w !
-perm /a+xâÂÂ
As above.
âÂÂ-perm -g+w,o+wâÂÂ
As above.
I think the last example isn't the same as the first two. It shouldn't be as above. It should go like "Match files that are writable by their group and everyone."
Is this correct? Or am I missing something?
permissions find documentation
I was reading the official documentation of find online here. And I came across the following part (and I'm bolding the bolded part):
âÂÂ-perm -444 -perm /222 ! -perm /111âÂÂ
Match files that are readable for
everybody, have at least one write bit set (i.e., somebody can write
to them), but that cannot be executed/searched by anybody. Note that
in some shells the âÂÂ!â must be escaped;.
âÂÂ-perm -a+r -perm /a+w !
-perm /a+xâÂÂ
As above.
âÂÂ-perm -g+w,o+wâÂÂ
As above.
I think the last example isn't the same as the first two. It shouldn't be as above. It should go like "Match files that are writable by their group and everyone."
Is this correct? Or am I missing something?
permissions find documentation
permissions find documentation
asked 6 mins ago
joker
1746
1746
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f475463%2ffind-perm-example-in-doc%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password