Make file executable

UUID: make-file-executable@RutarAndriy
Last edited:
4 days ago 2026-04-20, 20:29
Last commit: [38189b02] Add Brazilian Portuguese translations (#787)

Makes the file executable if it is unexecutable

README

Close

Make file executable

Makes the file executable if it is unexecutable. Performs the opposite action to make-file-unexecutable@RutarAndriy.

Dependencies

The following packages must be installed:

  • test for check the file's executability
  • chmod for change executions rights

CHANGELOG

Open

Log In To Comment!

1 Comments

DirkHaar
DirkHaar-4 months ago
Why do you check first, why don't you simply set the flag? Is it only to reduce (SSD) writes?