Created the guide for the chmod command (#19408)

* Created a guide about the mkdir command

* Update index.md

* Added a guide for the rm command in bash

* Created a new guide for the chmod command
This commit is contained in:
Kamalesh Palanisamy
2018-10-16 10:31:16 +05:30
committed by Quincy Larson
parent 9bf26b9150
commit 13ea3c627c

View File

@ -0,0 +1,11 @@
---
title: Bash chmod
---
## Bash command: chmod
**Change the permissions of a File/Directory** ,for example `chmod u+x hello.py`.(Gives the user the permission to execute the file)
### More Information:
* [Wikipedia](https://en.wikipedia.org/wiki/Chmod)