Which of the following commands will accomplish this task?

A Linux administrator was tasked with deleting all files and directories with names that are contained in the sobelete.txt file. Which of the following commands will accomplish this task?A . xargs -f cat toDelete.txt -rmB . rm -d -r -f toDelete.txtC . cat toDelete.txt | rm -frdD . cat toDelete.txt...

September 18, 2024 No Comments READ MORE +

Which of the following is causing the connectivity issue?

A Linux administrator is troubleshooting SSH connection issues from one of the workstations. When users attempt to log in from the workstation to a server with the IP address 104.21.75.76, they receive the following message: The administrator reviews the information below: Which of the following is causing the connectivity issue?A...

September 18, 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...

September 18, 2024 No Comments READ MORE +

Which of the following commands can be used to resolve this issue?

A developer has been unable to remove a particular data folder that a team no longer uses. The developer escalated the issue to the systems administrator. The following output was received: Which of the following commands can be used to resolve this issue?A . chgrp -R 755 data/B . chmod...

September 18, 2024 No Comments READ MORE +

Which of the following commands can be used to copy a key file to remote servers?

A new Linux systems administrator just generated a pair of SSH keys that should allow connection to the servers. Which of the following commands can be used to copy a key file to remote servers? (Choose two.)A . wgetB . ssh-keygenC . ssh-keyscanD . ssh-copy-idE . ftpdF . scpView AnswerAnswer:...

September 18, 2024 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...

September 17, 2024 No Comments READ MORE +

Add relevant content to /tmp/script.sh, so that it finds and compresses rotated files in /var/log without recursion

DRAG DROP As a Systems Administrator, to reduce disk space, you were tasked to create a shell script that does the following: Add relevant content to /tmp/script.sh, so that it finds and compresses rotated files in /var/log without recursion. INSTRUCTIONS Fill the blanks to build a script that performs the...

September 17, 2024 No Comments READ MORE +

Which of the following is the reason the firewall rules are not active?

A systems administrator configured firewall rules using firewalld. However, after the system is rebooted, the firewall rules are not present: The systems administrator makes additional checks: Which of the following is the reason the firewall rules are not active?A . iptables is conflicting with firewalld.B . The wrong system target...

September 17, 2024 No Comments READ MORE +

Which of the following commands will accomplish this task?

A Linux administrator is tasked with adding users to the system. However, the administrator wants to ensure the users’ access will be disabled once the project is over. The expiration date should be 2021-09-30. Which of the following commands will accomplish this task?A . sudo useradd -e 2021-09-30 Project_userB ....

September 16, 2024 No Comments READ MORE +

Which of the following commands will accomplish this task?

After listing the properties of a system account, a systems administrator wants to remove the expiration date of a user account. Which of the following commands will accomplish this task?A . chgrp system accountnameB . passwd Cs accountnameC . chmod -G system account nameD . chage -E -1 accountnameView AnswerAnswer:...

September 16, 2024 No Comments READ MORE +