How to set chmod, so that ONLY owner of the file can read, write and execute? (other users cannot read, write, and execute)
You can do the following command on the file:
chmod 744 filename