diff --git a/client/src/pages/guide/english/bash/bash-chmod/index.md b/client/src/pages/guide/english/bash/bash-chmod/index.md new file mode 100644 index 0000000000..b66251d58e --- /dev/null +++ b/client/src/pages/guide/english/bash/bash-chmod/index.md @@ -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)