How to make & run a file executable in Linux?: ---------------------------------------------- To make an file executable: > chmod +x hello To run file: > ./hello ------------------------------------- Source: https://medium.com/@peey/how-to-make-a-file-executable-in-linux-99f2070306b5 Date Researched: December 14th, 2020 @ 22:39