This page was exported from Free Exams Dumps Materials [ http://exams.dumpsmaterials.com ] Export date:Sun Nov 24 12:15:21 2024 / +0000 GMT ___________________________________________________ Title: XK0-004 Free Exam Study Guide! (Updated 485 Questions) [Q107-Q124] --------------------------------------------------- XK0-004 Free Exam Study Guide! (Updated 485 Questions) XK0-004 Dumps for Linux+ Certified Exam Questions and Answer NO.107 A systems administrator is implementing disk quotas on /home. During the process, the administrator receives the following error:Cannot find filesystem to check or filesystem not mounted with user quota option.Which of the following is the correct order of steps the administrator should follow to resolve this error?  1. Verify if /home has quotas enabled in /etc/fstaband, if not, enable it.2. Remount /home.3. Create the quota database files and generate the disk usage table.4. Assign user quota policies.  1. Create the quota database files and generate the disk usage table.2. Verify if /home has quotas enabled in /etc/fstaband, if not, enable it.3. Remount /home.4. Assign user quota policies.  1. Verify if /homehas quotas enabled in /etc/fstaband, if not, enable it.2. Create the quota database files and generate the disk usage table.3. Remount /home.4. Assign user quota policies.  1. Assign user quota policies.2. Verify if /home has quotas enabled in /etc/fstaband, if not, enable it.3. Create the quota database files and generate the disk usage table.4. Remount /home. Explanation/Reference: https://www.howtoforge.com/community/threads/quotacheck-cannot-find-filesystem-to- check.25954/NO.108 A server administrator is given the hash of an account password that needs to be synchronized across all servers.Which of the following will allow the server administrator to configure the account password?  Edit the password file.  Use the usermod command.  Edit the shadow file.  Use the passwd command. NO.109 An end user is trying to execute a file within a different directory The end user executes the following command:Which of the following commands should the Linux administrator use to run the shell scnpt within that folder?  chmod 0644  chmod g-x myabc.sh  chmod 0755  chmod u-x myabc,sh NO.110 A junior system administrator had trouble installing and running an Apache web server on a Linux server. You have been tasked with installing the Apache web server on the Linux server and resolving the issue that prevented the junior administrator from running Apache.INSTRUCTIONSInstall Apache and start the service. Verify that the Apache service is running with the defaults.Typing “help” in the terminal will show a list of relevant commands.If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.CentOS Command Prompt Text Description automatically generatedText Description automatically generatedNO.111 You have been asked to parse a log file of logins to determine various information about who is logging in and when.INSTRUCTIONSOpen and inspect the Login log file.Drag and drop the correct commands onto the output that was generated from that command.Tokens can be used only once and not all will be used.If at any time you would like to bring back the initial state of the simulation, please click the Reset All button. NO.112 A junior Linux administrator needs to access production servers using a secure SSH protocol. Which of the following files should contain the public key to gain remote access to the server?  ~/ssh/authorized-keys  /etc/authorized_keys  /etc/sshd/ssh.conf  ~/.ssh/authorized_keys Reference:https://www.linode.com/docs/security/securing-your-server/NO.113 While booting an Intel 64-bit Debian UEFI desktop from power up, the prompt ts0> was displayed, indicating the bootloader failed. Which of the following will complete the boot process to a GRUB2 menu?  Option A  Option B  Option C  Option D NO.114 A security tool relies on a specific version of libssl. Which of the following would an administrator implement to prevent libssM 0 0 from being upgraded?  apt-mark hold libss11.0.0  yua –excludi libss111.0.0  apt ignore auto libss11.0.0  apt-get exclude libss11.0.0 NO.115 A junior Linux administrator is optimizing a system in which an application needs to take priority 0 when running the process. The administrator runs the ps command and receives the following output:Given this scenario, which of the following steps will address this issue?  Issue the command renice -n 0 -p 8481  Issue the command renice -p 8481  Issue the command renice -p 0 -n 8481  Issue the command renice -n 8481 NO.116 A systems administrator is installing an HTTPD server on a Linux server and configuring it as a proxy server. The administrator runs the following commands to verify that the service is running:However, the administrator is getting a 503 error when browsing to portal . company. internal. After reviewing the logs, the following error information is discovered:Which Of the following commands BEST resolves the issue?  Option A  Option B  Option C  Option D NO.117 Joe, a member of the accounting group on a Linux system, is unable to write a file called “taxes” in the accounting shared directory. The ownership and permissions on the directory and file are as follows:accounting drwxrw-r– user = ann, group = accountingtaxes -rw-r–r– , user = ann, group = accountingWhich of the following commands would allow Joe to write to the file? (Choose two.)  chmod g+x accounting  chmod 777 taxes  chgrp taxes accounting  chgrp accounting taxes  chmod 774 accounting  chmod u+x accounting Reference:https://www.pluralsight.com/blog/it-ops/linux-file-permissionsNO.118 A Linux administrator needs to schedule a cron job to run at 1:15 p.m. every Friday to report the amount of free disk space on the system and to send the output to a file named “freespace”. Which of the following would meet this requirement?  13 15 * * 5 df > /freespace  15 13 * * 5 df > /freespace  15 1 * * 6 df > /freespace  15 13 6 * * df > /freespace NO.119 An administrator receives a warning about a filesystem filling up, and then identifies a large file located at / tmp/largelogfile. The administrator deletes the file, but no space is recovered on the filesystem.Which of the following commands would BEST assists the administrator in identifying the problem?  lsof | grep largelogfile  pkill /tmp/largelogfile  pgrep largelogfile  ps -ef | grep largelogfile Explanation/Reference: https://access.redhat.com/solutions/2316NO.120 A systems administrator receives a report that the web server is not running after a planned system reboot.After starting the web server manually, which of the following commands should the administrator issue to ensure the web server starts at boot time?  systemctl service on  systemctl enable <name>.service  systemctl service enable  systemctl on <name>.service NO.121 Which of the following boot methods can a Linux administrator use to boot a Linux server remotely via a network interface card instead of a local disk?  NTP  PXE  NFS  Kickstart NO.122 A systems administrator is unable to reach other devices on the network and the Internet.The server is configured with the IP address 192.169.1.50/24 on eth0.The server’s router is 192.168.1.1.The administrator reviews the output of route -n:Which of the following commands should the administrator run to correct the issue?  route del default gw 192.168.2.1 eth0; route add default gw 192.168.1.1 eth0  route add -net 192.168.10.0 netmask 255.255.255.0 gw 192.168.2.1 eth0  route add 192.168.1.1 default 192.168.1.50 eth0  route host gw 192.168.1.1 eth0 NO.123 A networked has been crashing intermittently. A Linux administrator would like to write a shell script that will attempt to ping the server and email an alert if the server fails to respond. The script will later be scheduled via cron job.Which of the following scripts would BEST accomplish this task?  Option A  Option B  Option C  Option D NO.124 A systems administrator is unable to reach other devices on the network and the Internet. The server is configured with the IP address 192.169.1.50/24 on eth0. The server’s router is 192.168.1.1. The administrator reviews the output of route -n:Which of the following commands should the administrator run to correct the issue?  route del default gw 192.168.2.1 eth0; route add default gw 192.168.1.1 eth0  route add -net 192.168.10.0 netmask 255.255.255.0 gw 192.168.2.1 eth0  route add 192.168.1.1 default 192.168.1.50 eth0  route host gw 192.168.1.1 eth0  Loading … Use Real XK0-004 Dumps - 100% Free XK0-004 Exam Dumps: https://www.dumpsmaterials.com/XK0-004-real-torrent.html --------------------------------------------------- Images: https://exams.dumpsmaterials.com/wp-content/plugins/watu/loading.gif https://exams.dumpsmaterials.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2023-04-21 09:15:43 Post date GMT: 2023-04-21 09:15:43 Post modified date: 2023-04-21 09:15:43 Post modified date GMT: 2023-04-21 09:15:43