Answers for "linux chmod 777 all files in folder"

2

find all files with 777 permissions

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

chmod 777 recursive all files

chmod -R 777 /www/store.
Posted by: Guest on March-28-2022

Code answers related to "linux chmod 777 all files in folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language