Which of the following describes the order of commands required to obtain module information, install the module, and check the log for any errors during module installation?
A systems administrator needs to install a new piece of hardware that requires a new driver. The driver should be manually installed. Which of the following describes the order of commands required to obtain module information, install the module, and check the log for any errors during module installation?A ....
If there is no problem on the network or with the users’ workstations, which of the following steps will BEST analyze and resolve the issue?
A Linux administrator implemented a new HTTP server using the default configuration. None of the users on the network can access the server. If there is no problem on the network or with the users’ workstations, which of the following steps will BEST analyze and resolve the issue?A . Run...
Which of the following should be done to BEST accomplish these task?
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...
Which of the following BEST demonstrates the commands necessary to accomplish this task?
An administrator needs to mount the shared NFS file system testhost:/testvolume to mount point /mnt/testvol and make the mount persistent after reboot. Which of the following BEST demonstrates the commands necessary to accomplish this task? A) B) C) D) A . Option AB . Option BC . Option CD ....
Which of the following commands should the administrator use to minimize the script’s impact on system resources?
An administrator notices that a long-running script, /home/user/script.sh, is taking up a large number of system resources. The administrator does not know the script’s function. Which of the following commands should the administrator use to minimize the script’s impact on system resources?A . reniceB . killC . bgD . nohupView...
Which of the following commands would BEST accomplish this task?
A Linux server has multiple IPs. A Linux administrator needs to verify if the HTTP server port is bound to the correct IP. Which of the following commands would BEST accomplish this task?A . routeB . hostC . nslookupD . netstatE . ipView AnswerAnswer: D Explanation: Reference: https://www.tecmint.com/find-listening-ports-linux/
Which of the following should the administrator use to reduce the output of memory messages?
A junior administrator of a physical server receives log messages indicating the out-of-memory killer has been active. All memory slots are in use on the motherboard, but additional disk space is available. Space has been allocated for a swap file. Which of the following should the administrator use to reduce...
To ensure portability, which of the following formats should the administrator export from the Type 1 hypervisor to ensure compatibility?
A junior administrator is migrating a virtual machine from a Type 1 hypervisor to a Type 2 hypervisor. To ensure portability, which of the following formats should the administrator export from the Type 1 hypervisor to ensure compatibility? A. OWASP B. VDI C. VMDK D. OVAView AnswerAnswer: D Explanation: Reference:...
Which of the following commands should the administrator execute to resolve the problem?
Joe, a user, is unable to log in to the server and contracts the systems administrator to look into the issue. The administrator examines the /etc/passwd file and discovers the following entry: joe:x:505:505::/home/joe:/bin/false Which of the following commands should the administrator execute to resolve the problem?A . usermod Cs /bin/bash...
Which of the following Linux files does the administrator need to read?
An administrator needs to see a list of the system user’s encrypted passwords. Which of the following Linux files does the administrator need to read?A . /etc/shadowB . /etc/skelC . /etc/passwdD . /etc/pwView AnswerAnswer: C Explanation: Reference: https://www.cyberciti.biz/faq/where-are-the-passwords-of-the-users-located-in-linux/