79644203

Date: 2025-05-29 15:43:32
Score: 1.5
Natty:
Report link

chmod doesn't return output on success by default. Include the -v verbosity flag:

find . -type f -exec chmod 755 -v {} \;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: StormySan