Answers for "execute permission to all subdirectories of the current directory for the owner, the group owner and all other users"

1

find change permissions to subdirectories

sudo find /var/www/html -type d -exec chmod 755 {} \;
Posted by: Guest on June-16-2020

Code answers related to "execute permission to all subdirectories of the current directory for the owner, the group owner and all other users"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language