Change Permissions To Make File Executable Script
- Forums
- Linux
- Change Permissions To Make File Executable Script
if you need to make a linux shell script to change permissions to make file executable script you can use this example command [3323], Last Updated: Mon Jun 24, 2024
Webune Support
Tue Apr 20, 2010
0 Comments
726 Visits
if you need to make a linux shell script to change permissions to make file executable script you can use this example command
# chmod a+x Myscript
Myscript = the name of the script file