101-500 LPIC-1 Exam 101 - Part 1 of 2 - version 5.0

Loading demo links...

Showing 7–9 of 15 questions

Question 7 (Devices, Linux Filesystems, Filesystem HierachyStandard)

Which of the following examples for Bash file globbing matches a file named root-can-do-this.txt when used in the directory holding that file? (Choose three correct answers.)

Select all that apply, then click Submit answer.

  • root*can?do-this.{txt,odt}

  • r[oOoO]t-can-do*.txt

  • {root,user,admin}-can-??-this.txt

  • root*can*do??this.txt

  • root***{can,may}-do-this.[tT][xX][tT]


Question 8 (GNU and Unix Commands)

Regarding the command:

nice -5 /usr/bin/prog

Which of the following statements is correct?

Select an option, then click Submit answer.

  • /usr/bin/prog is executed with a nice level of -5.

  • /usr/bin/prog is executed with a nice level of 5.

  • /usr/bin/prog is executed with a priority of -5.

  • /usr/bin/prog is executed with a priority of 5.


Question 9 (System Architecture)

You are having some trouble with a disk partition and you need to do maintenance on this partition but your users home directories are on it and several are logged in. Which command would disconnect the users and allow you to safely execute maintenance tasks?

Select an option, then click Submit answer.

  • telinit 1

  • shutdown -r now

  • killall -9 inetd

  • /bin/netstop --maint

  • /etc/rc.d/init.d/network stop