Answers for "Set all .java files in the current directory and all its subdirectories (and sub-sub-directories, etc. recursively) to have read permission for all users."

CSS
8

chmod recursive

-R, --recursive

chmod -R 755 /path/to/directory
Posted by: Guest on May-20-2020
0

how to give permission recursively in linux

chmod -R u=rwx,go=rx /tofile_path
Posted by: Guest on August-01-2020

Code answers related to "Set all .java files in the current directory and all its subdirectories (and sub-sub-directories, etc. recursively) to have read permission for all users."

Browse Popular Code Answers by Language