Update index.md (#20442)

This commit is contained in:
babybuttons
2018-10-28 22:33:48 -07:00
committed by Manish Giri
parent 146e24017a
commit 0fa1644adf

View File

@ -4,7 +4,7 @@ title: Bash chmod
## Bash command: 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) **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: ### More Information: