Linux assigns "permissions" to each file. There are separate
permissions for Read, Write, and eXecution. Permissions are assigned
for the file owner, group members, and others. If you issue the
command ls -al you will see the permissions.
To make a file executable, use the chmod command to set the eXecutable
permission.