Which of the following statements BEST represents what the term "agentless" means regarding orchestration?
A Linux administrator built a GitLab server. Later that day, a software engineer tried to access the server to upload the repository during the final step of installation. The software engineer could not access the website.
Which of the following firewall rules would allow access to this site?
iptables -A INPUT -p tcp -m multiport --dports 80,443 -m conntrack -cstate NEW,
A Linux administrator wants to obtain a list of files and subdirectories in the /etc directory that contain the word "services". Once the files and subdirectories are discovered, they should be listed alphabetically in the / var/tmp/foundservicesfile. Which of the following shell scripts will accomplish this task?
#/bin/bash
A junior systems administrator is upgrading a package that was installed on a Red Hat-based system. The administrator is tasked with the following:
Update and install the new package.
Verify the new package version is installed.
Which of the following should be done to BEST accomplish these task? (Choose two.)
A networked has been crashing intermittently. A Linux administrator would like to write a shell script that will attempt to ping the server and email an alert if the server fails to respond. The script will later be scheduled via cron job.
Which of the following scripts would BEST accomplish this task?