201-400 LPIC-2 Exam 201

Loading demo links...

Showing 16–18 of 20 questions

Question 16 (Exam Set Mix Questions C)

See the exhibit of DNS lookup with dig command:

What might be wrong in the zone definition?

Select an option, then click Submit answer.

  • Nothing all seems to be good

  • There’s no “.” after linuserv.example.net in the PTR record in the forward lookup zone file

  • There’s no “.”after linuserv in the PTR record in the forward lookup zone file

  • There’s no “.” after linuserv.example.net in the PTR record in the reverse lookup zone file

  • The “.” in the NS definition in reverse lookup zone has to be removed

Question 17 (Topic 8 , Exam Set Mix Questions A)

To allow a user to mount a CD and read from it, which entry should be put into /etc/fstab?

Select an option, then click Submit answer.

  • /dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0

  • /dev/cdrom /mnt/cdrom iso9660 noauto,uid=user,gid=group,ro 0 0

  • /dev/cdrom /mnt/cdrom iso9660 noauto,User,ro 0 0

  • /dev/cdrom /mnt/cdrom iso9660 noauto,usermap,ro 0 0

  • /dev/cdrom /mnt/cdrom iso9660 noauto,owners,ro 0 0

Question 18 (System Maintenance)

What does the -p3 option to the patch command do?

Select an option, then click Submit answer.

  • It will strip off path information from each file mentioned in the patch file up to and including the third / character.

  • patch continues execution as long as there are three or fewer errors.

  • It instructs patch to look up to three lines of context before or after the declared line in the original file for a match.

  • patch will keep three previous versions of each file in the output to prevent loss of change history.

  • It instructs patch to conform more strictly to the POSIX standard.