Understand file modes, ownership, and the executable bit.
-rw-r--r--
Read-Only Data
This is a standard text file. The owner can read and write, but no one can execute it as a program.
-rwxr-xr-x
Executable Script
The x indicates the Executable bit. This allows the system to run the file as a command or script.
Looking at the permission strings below, which file is executable by the owner?