This commit is contained in:
Borek Bernard 2017-05-07 18:11:09 +00:00 committed by GitHub
commit 7ce86765ce
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ cat < file1 > file2 #copy file1 to file2
### b. `chmod`
The chmod command stands for "change mode" and allows you to change the read, write, and execute permissions on your files and folders. For more information on this command check this [link](https://ss64.com/bash/chmod.html).
```bash
chmod -options filename
chmod +x script
```
### c. `chown`