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:
committed by
Quincy Larson
parent
9bf26b9150
commit
13ea3c627c
11
client/src/pages/guide/english/bash/bash-chmod/index.md
Normal file
11
client/src/pages/guide/english/bash/bash-chmod/index.md
Normal 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)
|
Reference in New Issue
Block a user