Which of the following commands can the administrator use to verify this information?

An administrator thinks that a package was installed using a snap. Which of the following commands can the administrator use to verify this information?A . snap listB . snap findC . snap installD . snap tryView AnswerAnswer: A Explanation: The snap list command is used to display the installed snaps...

March 17, 2024 No Comments READ MORE +

Which of the following command sequences is most commonly used to rebuild this type of module?

An administrator has source code and needs to rebuild a kernel module. Which of the following command sequences is most commonly used to rebuild this type of module? A. ./configure make make install B. wget gcc cp C. tar xvzf build cp D. build install configureView AnswerAnswer: A Explanation: The...

March 16, 2024 No Comments READ MORE +

Which of the following is causing the issue?

A systems administrator is investigating why one of the servers has stopped connecting to the internet. Which of the following is causing the issue?A . The DNS address has been commented out in the configuration file.B . The search entry in the /etc/resolv.conf file is incorrect.C . Wired connection 1...

March 16, 2024 No Comments READ MORE +

Given this scenario, which of the following should the administrator do to recover this volume?

One leg of an LVM-mirrored volume failed due to the underlying physical volume, and a systems administrator is troubleshooting the issue. The following output has been provided: Given this scenario, which of the following should the administrator do to recover this volume?A . Reboot the server. The volume will automatically...

March 16, 2024 No Comments READ MORE +

Which of the following will prevent non-root SSH access to a Linux server?

Which of the following will prevent non-root SSH access to a Linux server?A . Creating the /etc/nologin fileB . Creating the /etc/nologin.allow file containing only a single line rootC . Creating the /etc/nologin/login.deny file containing a single line +allD . Ensuring that /etc/pam.d/sshd includes account sufficient pam_nologin.soView AnswerAnswer: A Explanation:...

March 16, 2024 No Comments READ MORE +

Which of the following commands will achieve this goal?

A Linux administrator wants to set the SUID of a file named dev_team.text with 744 access rights. Which of the following commands will achieve this goal?A . chmod 4744 dev_team.txtB . chmod 744 --setuid dev_team.txtC . chmod -c 744 dev_team.txtD . chmod -v 4744 --suid dev_team.txtView AnswerAnswer: A Explanation: The...

March 16, 2024 No Comments READ MORE +

Which of the following commands can be used together to accomplish this task?

A Linux systems administrator needs to persistently enable IPv4 forwarding in one of the Linux systems. Which of the following commands can be used together to accomplish this task? (Choose two.)A . sysctl net.ipv4.ip_forwardB . sysctl -w net.ipv4.ip_forward=1C . echo "net.ipv4.ip_forward=1" >> /etc/sysctl.confD . echo 1 > /proc/sys/net/ipv4/ip_forwardE . sysctl...

March 16, 2024 No Comments READ MORE +

Which of the following commands will delete the file?

A systems administrator wants to delete app . conf from a Git repository. Which of the following commands will delete the file?A . git tag app. confB . git commit app . confC . git checkout app . confD . git rm app. confView AnswerAnswer: D Explanation: To delete a...

March 16, 2024 No Comments READ MORE +

Which of following should the administrator use to meet this requirement?

A systems administrator checked out the code from the repository, created a new branch, made changes to the code, and then updated the main branch. The systems administrator wants to ensure that the Terraform state files do not appear in the main branch. Which of following should the administrator use...

March 15, 2024 No Comments READ MORE +

Which of the following commands will accomplish this task?

A Linux administrator has been tasked with installing the most recent versions of packages on a RPM-based OS. Which of the following commands will accomplish this task?A . apt-get upgradeB . rpm -aC . yum updateinfoD . dnf updateE . yum check-updateView AnswerAnswer: D Explanation: The dnf update command will...

March 15, 2024 No Comments READ MORE +