Hier ein paar typische LPI 101 fragen, die so tatsächlich auch drankommen könnten. Nur ein kleiner Vorgeschmack...
You want to add information to a previously created tar file. How would you do this?
A. Use the tar command with the -a switch
B. Use the append command
C. Use the add command
D. Use the tar command with the -r switch
You want to have the process /etc/myprocess run when the system enters run level 3.
Which of the following inittab entries would accomplish this?
A. 5:3

nce:/etc/myprocess
B. 3:4

nce:/etc/myprocess
C. once:3:4:/etc/myprocess
D. once:5:3:/etc/myprocess
What switch is used with the usermod command to change a user's secondary groups?
A. -G
B. -group
C. -d
D. -U
Which of the following are required in the /etc/passwd file when creating a user account? (Choose all
that apply)
A. login name
B. userid
C. default group
D. password age
E. minimum password length
Which of the following syslog identifiers represents the highest priority?
A. notice
B. warning
C. error
D. critical
You want to uninstall lilo. Which of the following would you do to accomplish this?
A. lilo -u
B. remove lilo
C. uninstall lilo
What syslog.conf facility represents miscellaneous daemons?
A. misc
B. proc
C. kern
D. daemon
What syslog.conf facility represents Unix to Unix copy?
A. ucp
B. copy
C. uucp
D. uuc
What lilo.conf parameter is used to specify vga text mode?
A. vgatext
B. svga
C. vga
D. vtm
You want to set a script to run when your Linux system reboots. What lilo option should you use?
A. -R
B. -S
C. -T
D. -L
What command can be used to cause changes to the inittab file to take effect without a system reboot?
A. init q
B. init r
C. inittab r
D. inittab q
What syslog.conf facility represents the line printer?
A. ptr
B. linep
C. lpr
D. lprinter
Which of the following Linux packages can be used for web caching?
A. qmail
B. squid
C. apache
D. samba
What option is used with the useradd command to specify the user's login shell?
A. -s
B. -l
C. -u
D. -sh
Which of the following can be used to change a user's home directory?
A. usermod -d
B. usermod -h
C. usermod -u
D. usermod -c
What file does init processes use as its control file?
A. /etc/inittab
B. /etc/proc
C. /etc/init
D. /etc/initproc
What command can be used to print out system boot messages?
A. bootm
B. bmsg
C. messages
D. dmesg
You want to set a 30 second delay before your system boots to the default kernel.
Which of the following command lines would do this?
A. lilo -t 30
B. lilo -d 30
C. lilo delay 30
D. lilo 30