XK0-004 CompTIA Linux+ Certification Exam

Loading demo links...

Showing 10–12 of 20 questions

Question 10

Which of the following are Linux desktop environments? (Select TWO).

Select all that apply, then click Submit answer.

  • X11

  • Wayland

  • SPICE

  • VNC

  • MATE

  • KDE

Question 11

The Apache web server was recently installed on a Debian/Ubuntu server. The web server fails and a review of

log messages on another partition reveals the installation was not completed properly due to lack of disk space.

After clearing the files, the systems administrator has requested the installation to be performed again.

Which of the following command lines will perform this task? (Choose two.)

Select all that apply, then click Submit answer.

  • apt-get install apache2

  • apt-get --purge remove acache2

  • apt-get --reinstall install apache2

  • apt-get --reinstall apache2

Question 12

Some Bash scripts arc being versioned and stored in a Git repository Which of the following commands should the Linux administrator use to exclude tmp Wes from being added to the repository during any code adds and commits?

Select an option, then click Submit answer.

  • export GIT_IGNORE=,tmp

  • alias git=git commit --ignore=, tmp

  • echo .gitignore >> * tmp

  • git config -- blacklist = tmp