Make file executable

UUID: make-file-executable@RutarAndriy
Last edited:
1 month ago 2025-11-15, 08:26
Last commit: [25434397] Add Japanese translations (#746)

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 weeks ago
Why do you check first, why don't you simply set the flag? Is it only to reduce (SSD) writes?