Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

8 bytes removed, 09:49, 9 July 2020
Creating & Executing Shell Scripts
'''Setting Permissions & Running a Shell Script'''
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�pathname '''Example:'''<br>'''chmod u+x myscript.bash<br>./myscript.bash<br>/home/username/myscript.bash<br>~/myscript.bash
'''
13,420
edits

Navigation menu