12 lines
259 B
Markdown
12 lines
259 B
Markdown
---
|
|
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)
|