Answers for "how to make a file an executable linux"

4

make file executable linux

chmod +x filename.sh
Posted by: Guest on April-13-2020
1

linux create executable

> chmod +x my_file
Posted by: Guest on December-03-2020
0

linux make executable

chmod 755 file.sh
Posted by: Guest on July-01-2020

Code answers related to "how to make a file an executable linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language