Answers for "find all files with 777 permissions"

1

find all files with 777 permissions

find / -type f -perm 0777
Posted by: Guest on March-17-2021

Code answers related to "find all files with 777 permissions"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language