Change Permissions of All Folders and Files Recursively ➶

You’re working on a website and images are not showing despite being in the proper place.

It’s probably a permissions problem, so here’s how to change folder and file permissions recursively to 0644 and 0755:

chmod -R u+rwX,go+rX,go-w /path/to/folder/containing/everything/you/want/changed

✶ Wednesday, 8 November 2023


· ˖ ✦ . ˳

Possibly Related:

˳ · ˖

Prior entry:
Next entry: