Changes

Jump to: navigation, search

Tutorial10: Shell Scripting - Part 1

3 bytes removed, 10:34, 10 March 2021
KEY CONCEPTS
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''' the shell script using a ''relative'', ''absolute'', or ''relative-to-home'' pathname
''ExampleExamples:''<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