Quantcast
Channel: UNIX and Linux Forums
Viewing all articles
Browse latest Browse all 16232

Strange result using find command.

$
0
0
I created a file with the permissions of 776.

When I ran the command find /root/Desktop -perm -644 -type f

The created file shows up as part of the results.

Doesn't -perm -mode mean that for global, only 4(read) and 2(write) can be accepted ?

Viewing all articles
Browse latest Browse all 16232

Trending Articles