Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

Note! Following XK0-004 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is XK0-005

XK0-004 Exam Dumps - CompTIA Linux+ Certification Exam

Go to page:
Question # 41

An administrator added a disk to a virtual machine. The administrator attempts to mount the first partition with the following command:

Mount/devsda1/mount_point

The administrator receives the following error message:

Mount: /mount_point: does not exist.

Which of the following BEST solves thrs issue and allows the administrator to run the mount command?

A.

mount -a

B.

Add the mount point to /etc/ fstab

C.

mount -f /dev/sda1/mount_point

D.

mkdir/mount_point

Full Access
Question # 42

A systems administrator needs to see if a mail server is listening on port 25. Which of the following is the BEST command for the administrator to run on the mail server to see if the port is listening for connections?

A.

netatat -punta1 I grep 25

B.

telnet lecalhost -P 25

C.

ps aux I grap 25

D.

nslookup localhost 25

Full Access
Question # 43

An administrator schedules downtime on a system to find out why it takes so long to boot. Which of the following commands will help the administrator determine the issue with this system?

A.

systemd-analyze blame

B.

syated-analyze time

C.

systemct1 status unit-files

D.

systemct1 mask start

Full Access
Question # 44

Which of the following is an M.2 drive device name?

A.

sr0

B.

hda

C.

nvmeOn0

D.

sda

Full Access
Question # 45

A Linux administrator updated the graphics drivers using a package manager but now the server does not boot. Which of the following is the BEST way to get the server back into an operational state?

A.

Use a system recovery disk to copy the server data to a new system.

B.

Reboot the server with an older kernel version.

C.

Kickstart the server and restore to the last system backup.

D.

Boot a live CD mount and cferoot the boot partition, and run fsck.

Full Access
Question # 46

A Linux administrator rs creating a VM to install a third-party tool for scanning me network. The vendor hat provided an OVA file for installing the software.

Which of the foiowing BEST descnoes the OVA file?

A.

A VM image that contains the prelnstalled and configured vendor software

B.

Software installation media that will be mounted and installed using a kickstart file

C.

An application container that is self-contained and allows the vendor software to run anywhere

D.

Vendor planning and installation documentation guidance to prepare the installation

Full Access
Question # 47

A Bash script is saving the following list of users from the home directory to a variable:

User=’’home/matt home/tom home/john home/mike’’.

Which of the following commands creates a list of only the usernames?

A.

Users='' (sed -r 's/home///g' <<< $Users)''

B.

Users=$ (sed -r 's?|home/||'<<< $Users)

C.

Users=$(Users//home\ /)

D.

Users='sed -r 's/home\ ///g' <<< $users'

Full Access
Question # 48

A Linux administrator wants to load the KVM module into the kernel. Which of the following commands should the administrator use?

A.

modporbe kvm

B.

rmmod kvm

C.

insmod kvm

D.

depmod kvm

Full Access
Go to page: