By through chmod Linux command we can grand executed permission to that bash shell script file.
Before it is permission
-rw-r—r--
By through following command
#chmod +x filename.sh
After granted permission
-rwxr-xr-x
.sh extension refer to the it is the bash script file
0 Comments