🧳 Affirm due!
/etc/crontab
hello.sh.
which ls command. What does the results of that command show you?
which command with hello.sh. How is the output different?
hello.sh into ~/bin. Create the directory if needed.
which hello.sh.
ls -l will confirm that the script is executable.
Below is a step-by-step explanation of what this Bash script does and how each part works.
Shebang line
bash #!/usr/bin/bash
/usr/bin/bash.
USER='student' PREFIX='/home/student/output'
/home/student/ and will start with the name output.
for SERVER in servera serverb; do
servera and serverb.
servera.
serverb.