Assignment 2 - Answer Sheet.V1
Assignment 2 - Answer Sheet.V1
Assignment Answer
Shell Script
Line # Command Purpose Further Explanation
1 #!/bin/bash Execution of script Shebang line indicates that the
script should be executed using
Bash shell.
Screenshot