0% found this document useful (0 votes)
226 views2 pages

LPI101 Sample Test

The document provides a sample questionnaire for the LPI101 Linux training course, with 10 multiple choice questions covering topics like Linux file permissions, command line tools, and filesystems. It recommends learners take the LPI101 course if they find the questions difficult, or a higher-level course if they can answer most questions correctly. Contact information is provided for advice on selecting a suitable training course.

Uploaded by

api-3730515
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
226 views2 pages

LPI101 Sample Test

The document provides a sample questionnaire for the LPI101 Linux training course, with 10 multiple choice questions covering topics like Linux file permissions, command line tools, and filesystems. It recommends learners take the LPI101 course if they find the questions difficult, or a higher-level course if they can answer most questions correctly. Contact information is provided for advice on selecting a suitable training course.

Uploaded by

api-3730515
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

LinuxIT Technical Education Centre

Training courses 2005

LPI101 Sample Questionnaire


The following is a sample of questions similar to those covered in the LPI101 training course exam.
We have collated those questions to assist you in determining which LPI course is suitable for your
current level of knowledge.
♦ If you find the questions below difficult, or impossible to answer, the LPI101 should be the
right training course for you.
♦ If you are able to answer the questions, we recommend that you book the course that takes you
to the next level (LPI102), or test your knowledge on the LPI102 sample questionnaire.
♦ If you would like further advice on what training is suitable for you, please don’t hesitate to
contact us. e: [email protected] t: +44 (0)117 905 8718
___________________________________________________________________________________

1. A directory with a permission of 3775 allows members of the same group to read each others files
but will only allow users to delete files that they own.
a:true
b:false

2.You want to display only uncommented lines in the configuration file mgetty.conf. Which commands
would do this (choose 3):
a:grep -v '[^#]' mgetty.conf
b:grep '^[^#]' mgetty.conf
c:grep -v '^#' mgetty.conf
d:sed -e '/^#/ d' < mgetty.conf

3. Which files are involved in setting up XDMCP (choose 2):


a: Xaccess
b: Xhosts
c: xdm-config
d: Xsession

4. Which tool is used to determine which shared libraries will be loaded by a binary:
a:ldconfig
b:ld-cache
c:ldd

5. Which signal is handled directly by the kernel and should be used as a last resource when
terminating a process:
a:SIGSTOP
b:SIGHUP
c:SIGTERM
d:SIGKILL
e:SIGDIE

________________________________________________________________________________________________
LinuxIT is registered in England No:04470427. Visit www.linuxit.com for more information.
LinuxIT Technical Education Centre
Training courses 2005

6.You wish to number non-blank lines in the file /var/log/messages and further process the output
through the script foo. Which commands will do this (choose 3):
a:cat /var/log/messages |nl| foo
b:cat -b /var/log/messages | foo
c:echo /var/log/messages | cat -b |foo
d:foo | cat -b /var/log/messages
e:nl < /var/log/messages |foo

7. On a SCSI based system the root-device must always be on the bootable SCSI disk
a: true
b: false

8. Which tool will show free disk space:


a:usage
b:du
c:df
d:free

9. Which commands will create a filesystem on a device (choose 3):


a:makefs
b:mkfs.ext2
c:format
d:mkfs
e:mke2fs

10. Which option in /etc/fstab allows any user to mount and unmount a device:
a:users
b:any
c:user
d:group

Please contact us if you have any questions.


E: [email protected]
T: +44 (0)117 905 8718

________________________________________________________________________________________________
LinuxIT is registered in England No:04470427. Visit www.linuxit.com for more information.

You might also like