Project

General

Profile

Actions

Feature #42405

open

don't use chmod -R 755

Added by Grischa Zengel 2 days ago. Updated 2 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

In many places (e.g. https://www.redmine.org/projects/redmine/wiki/RedmineInstall) you say using chmod -R 755 and later something like find files log tmp public/assets -type f -exec chmod -x {} + for removing x from files.

Better use chmod -R a=rX,u+w

Actions #1

Updated by Grischa Zengel 2 days ago

If you want to force remove x: chmod -R =r,+X,u+w

Actions

Also available in: Atom PDF