Category Archives: Linux
Modifying only directory permissions using find
I recently went through my web directories and updated the permissions to be more inline with recommended security practices. When setting web file permissions in Linux you want to set execute permissions on a directory to allow listing and traversal, but you don’t want to set execute permissions on the files for security reasons.
Doing [...]
Gentoo Installation Bullet-point List