Make a file executable in Linux

PHOTO EMBED

Thu Mar 25 2021 09:14:28 GMT+0000 (Coordinated Universal Time)

Saved by @FlorianC #linux

# replace _file_name_ with the name of the file that is to be made executable including its filetype suffix, e.g. ".py"
chmod +x _file_name_
content_copyCOPY