IT How Tos
Home
About
Sitemap
Contact
Unix Permissions
Permissions on Unix-like systems
are managed in three distinct scopes or classes.
Here you can find
a useful tutorial
on this.
Making a File Executable
A quick method to make a file executable is as follows:
chmod +x myFile