Chmod CALCULATOR |
The chmod command (abbreviated from change mode) is a shell command in Unix-like environments. chmod changes the permissions of each given file according to MODE, which can be either an octal number representing the bit pattern for the new permissions or a symbolic representation of changes to make. |
|