Chmod
The chmod
(abbreviated from change mode) is a Unix command that lets a user tell the system how much (or little) access it should permit to a file. It changes the file system modes of files and directories, including permissions and special modes. It is also a C language function in Unix and Unix-like environments.
Read more about Chmod.