Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

4 bytes added, 09:50, 9 July 2020
Creating & Executing Shell Scripts
To run your shell script by name, you need to assign execute permissions for the user.<br>To run the shell script, you can execute it using a relative, absolute, or relative-to-home pathname
'''Example:<br><br><span style="font-family:courier;">chmod u+x myscript.bash<br>./myscript.bash<br>/home/username/myscript.bash<br>~/myscript.bash</span>
'''
13,420
edits

Navigation menu