LPI 202-400 - LPIC-2 Exam 202, Part 2 of 2, version 4.0 Exam
Page: 2 / 59
Total 294 questions
Question #6 (Topic: Topic 1)
A GRUB boot loader installed in the MBR was accidentally overwritten. After booting with a
rescue CDROM, how can the lost GRUB first stage loader be recovered?
rescue CDROM, how can the lost GRUB first stage loader be recovered?
A. Use dd to restore a previous backup of the MBR
B. Install LILO since there is no easy way to recover GRUB
C. Running mformat will create a new MBR and fix GRUB using info from grub.conf
D. Run grub-install after verifying that grub.conf is correct.
E. Run fdisk --mbr /dev/had assuming that the boot harddisk is /dev/hda.
Answer: D
Question #7 (Topic: Topic 1)
Which environment variables are used by ssh-agent? (Please select TWO variables)
A. SSH_AGENT_KEY
B. SSH_AGENT_SOCK
C. SSH_AGENT_PID
D. SSH_AUTH_SOCK
E. SSH_AUTH_PID
Answer: B,C
Question #8 (Topic: Topic 1)
Which of the following organisations track and report on security related flaws in computer
technology? (Please select TWO answers)
technology? (Please select TWO answers)
A. Bugtraq
B. CERT
C. CSIS
D. Freshmeat
E. Kernel.org
Answer: A,C
Question #9 (Topic: Topic 1)
Which entry in the .procmailrc file will send a copy of an email to another mail address?
A. :0 c
B. :0 copy
C. :c
D. :copy
E. :s
Answer: A
Question #10 (Topic: Topic 1)
There is a restricted area in an Apache site, which requires users to authenticate against
the file /srv/ www/security/site-passwd.
Which command is used to CHANGE the password of existing users, without losing data,
when Basic authentication is being used.
the file /srv/ www/security/site-passwd.
Which command is used to CHANGE the password of existing users, without losing data,
when Basic authentication is being used.
A. htpasswd -c /srv/www/security/site passwd user
B. htpasswd /srv/www/security/site-passwd user
C. htpasswd -n /srv/www/security/site-passwd user
D. htpasswd -D /srv/www/security/site-passwd user
E. None of the above.
Answer: B