Tag: execute shell file

Execute Shell file in linux server

chmod Command: Run Shell Script In Linux Set an executable permission using the chmod command as follows: [code]chmod +x file.sh[/code] Now your can run your .sh file as follows: Execute Shell Script Using . ./ (dot space dot slash) [code]./file.sh[/code] You can also execute a unix shell script by specifying the interpreter in the command …

Continue reading

Permanent link to this article: https://blog.openshell.in/2013/03/execute-shell-file-in-linux-server/