Skip to content

Commit

Permalink
Created the guide for the chmod command (freeCodeCamp#19408)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
kamalesh0406 authored and QuincyLarson committed Oct 16, 2018
1 parent 9bf26b9 commit 13ea3c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client/src/pages/guide/english/bash/bash-chmod/index.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 13ea3c6

Please sign in to comment.