Which of the following will allow the administrator to determine the FIRST command that is executed inside the container right after it starts?

A newly created container has been unable to start properly, and a Linux administrator is analyzing the cause of the failure. Which of the following will allow the administrator to determine the FIRST command that is executed inside the container right after it starts?A . docker export <container_id> B. docker...

November 5, 2022 No Comments READ MORE +

Which of the following commands should be used to resolve the issue?

An administrator deployed a Linux server that is running a web application on port 6379/tcp. SELinux is in enforcing mode based on organization policies. The port is open on the firewall. Users who are trying to connect to a local instance of the web application receive Error 13, Permission denied....

November 5, 2022 No Comments READ MORE +

Which of the following commands should replace the <CONDITIONAL> string?

A user is asking the systems administrator for assistance with writing a script to verify whether a file exists. Given the following: Which of the following commands should replace the <CONDITIONAL> string?A . if [ -f "$filename" ]; then B. if [ -d "$filename" ]; then C. if [ -f...

November 5, 2022 No Comments READ MORE +

Which of the following should the administrator do?

To harden one of the servers, an administrator needs to remove the possibility of remote administrative login via the SSH service. Which of the following should the administrator do?A . Add the line DenyUsers root to the /etc/hosts.deny file. B. Set PermitRootLogin to no in the /etc/ssh/sshd_config file. C. Add...

November 4, 2022 No Comments READ MORE +

Which of the following commands would resolve the issue?

An administrator transferred a key for SSH authentication to a home directory on a remote server. The key file was moved to .ssh/authorized_keys location in order to establish SSH connection without a password. However, the SSH command still asked for the password. Given the following output: Which of the following...

November 4, 2022 No Comments READ MORE +

Which of the following commands will resolve this issue?

A Linux user reported the following error after trying to connect to the system remotely: ssh: connect to host 10.0.1.10 port 22: Resource temporarily unavailable The Linux systems administrator executed the following commands in the Linux system while trying to diagnose this issue: Which of the following commands will resolve...

November 4, 2022 No Comments READ MORE +

Which of the following files holds the system configuration for journal when running systemd?

Which of the following files holds the system configuration for journal when running systemd?A . /etc/systemd/journald.conf B. /etc/systemd/systemd-journalctl.conf C. /usr/lib/systemd/journalctl.conf D. /etc/systemd/systemd-journald.confView AnswerAnswer: A

November 3, 2022 No Comments READ MORE +

Which of the following options can be used to boot the system into the single user mode?

A Linux system is failing to start due to issues with several critical system processes. Which of the following options can be used to boot the system into the single user mode? (Choose two.)A . Execute the following command from the GRUB rescue shell: mount -o remount, ro/sysroot. B. Interrupt...

November 2, 2022 No Comments READ MORE +

Which of the following commands will list and remove the correspondent packages?

A systems administrator made some unapproved changes prior to leaving the company. The newly hired administrator has been tasked with revealing the system to a compliant state. Which of the following commands will list and remove the correspondent packages?A . dnf list and dnf remove last B. dnf remove and...

November 2, 2022 No Comments READ MORE +

Which of the following commands would be BEST to use to accomplish this task?

A Linux engineer has been notified about the possible deletion of logs from the file /opt/app/logs. The engineer needs to ensure the log file can only be written into without removing previous entries. Which of the following commands would be BEST to use to accomplish this task?A . chattr +a...

November 1, 2022 No Comments READ MORE +