What is the main objective when using Application Control?
A.
To filter out specific content.
B.
To assist the firewall blade with handling traffic.
C.
To see what users are doing.
D.
Ensure security and privacy of information.
To see what users are doing.
A Linux administrator has logged in to a server for the first time and needs to know which services are allowed through the firewall. Which of the following options will return the results for which the administrator is looking?
A.
firewall-cmd —get-services
B.
firewall-cmd —check-config
C.
firewall-cmd —list-services
D.
systemctl status firewalld
firewall-cmd —list-services
A Linux administrator needs to create an image named sda.img from the sda disk and store it in the /tmp directory. Which of the following commands should be used to accomplish this task?
A.
dd of=/dev/sda if=/tmp/sda.img
B.
dd if=/dev/sda of=/tmp/sda.img
C.
dd --if=/dev/sda --of=/tmp/sda.img
D.
dd --of=/dev/sda --if=/tmp/sda.img
dd if=/dev/sda of=/tmp/sda.img
A systems administrator is tasked with creating a cloud-based server with a public IP address.
Which of the following technologies did the systems administrator use to complete this task?
A.
Puppet
B.
Git
C.
Ansible
D.
Terraform
Terraform
A Linux administrator needs to analyze a failing application that is running inside a container. Which of the following commands allows the Linux administrator to enter the running container and analyze the logs that are stored inside?
A.
docker run -ti app /bin/sh
B.
podman exec -ti app /bin/sh
C.
podman run -d app /bin/bash
D.
docker exec -d app /bin/bash
podman exec -ti app /bin/sh
Page 3 out of 73 Pages |
Previous |