You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have the execute bit only set for dirs and files that already have the x bit;
to have the behaviour of 'chmod a+rwX'
instead of the current 'chmod 777'
In 8004e5e. When modifying permissions recursively, only add the execute bits if the file is a directory or any of the execute/search bits are set in the original (unmodified) mode of the regular file.
It would be great if I could set different permissions for directories and files during recursive update.
Example: I would set 777 for directories and 755 for files.
This feature could be enable by setting a check box, or something.
The text was updated successfully, but these errors were encountered: