PracticeTestGeeks home

Linux+ FREE Linux+ Basic Bash Scripting Questions and Answers

A Bash script named `process.sh` is executed with the following command:
`./process.sh /var/log/syslog "systemd"`

Inside the script, which special variable would hold the value `"systemd"`?

Select your answer