Files
freeCodeCamp/guide/english/bash/bash-chmod/index.md
2018-10-29 01:33:48 -04:00

260 B

title
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: