Page 1 of 1

A systems administrator is implementing a new service task with systems at startup and needs to execute a script entitle

Posted: Wed Oct 12, 2022 7:52 am
by answerhappygod
A systems administrator is implementing a new service task with systems at startup and needs to execute a script entitled test.sh with the following content:

The administrator tries to run the script after making it executable with chmod +x; however, the script will not run. Which of the following should the administrator do to address this issue? (Choose two.)
A Systems Admin 1
A Systems Admin 1 (26.51 KiB) Viewed 103 times
A. Add #!/bin/bash to the bottom of the script.
B. Create a unit file for the new service in /etc/systemd/system/ with the name helpme.service in the location.
C. Add #!//bin/bash to the top of the script.
D. Restart the computer to enable the new service.
E. Create a unit file for the new service in /etc/init.d with the name helpme.service in the location.
F. Shut down the computer to enable the new service.