OPERATING SYSTEMSOS Linux

Change All directories to 755 And all files to 644 Linux | Ubuntu Command Terminal

Just open your linux ubuntu terminal window and type find . -type d -exec chmod 755 {} + to change all directories permissions …

source

ubuntu