LPIC-1 Exam 101 - Certification Questions

Transcription

LPI 101-500LPIC-1 Exam 101LPI 101-500 Dumps Available Here m/101-500-dumps.htmlEnrolling now you will get access to 109 questions in a unique set of 101500 dumpsQuestion 1Which type of file system is created by mkfs when it is executed with the block device name only andwithout any additional parameters?Options:A. XFSB. VFATC. ext2D. ext3E. ext4Answer: CQuestion 2Which umask value ensures that new directories can be read, written and listed by their owning user, readand listed by their owning group and are not accessible at all for everyone else?Options:A. 0750B. 0027C. 0036D. 7640E. 0029Answer: Bhttps://www.certification-questions.com

LPI 101-500Question 3Which of the following commands changes the number of days before the ext3 filesystem on /dev/sda1 hasto run through a full filesystem check while booting?Options:A. tune2fs –d 200 /dev/sda1B. tune2fs –i 200 /dev/sda1C. tune2fs –c 200 /dev/sda1D. tune2fs –n 200 /dev/sda1E. tune2fs --days 200 /dev/sda1Answer: BQuestion 4Which is the default percentage of reserved space for the root user on new ext4 filesystems?Options:A. 10%B. 3%C. 15%D. 0%E. 5%Answer: EQuestion 5Which of the following is true when a file system, which is neither listed in /etc/fstab nor known tosystem, is mounted manually?Options:A. systemd ignores any manual mounts which are not done using the systemctl mount commandB. The command systemctl mountsync can be used to create a mount unit based on the existingmountC. systemd automatically generates a mount unit and monitors the mount point without changing itD. Unless a systemd mount unit is created, systemd unmounts the file system after a short periodof timehttps://www.certification-questions.com

LPI 101-500E. systemctl unmount must be used to remove the mount because system opens a file descriptoronthe mount pointAnswer: BQuestion 6What does the command mount --bind do?Options:A. It makes the contents of one directory available in another directoryB. It mounts all available filesystems to the current directoryC. It mounts all user mountable filesystems to the user’s home directoryD. It mounts all file systems listed in /etc/fstab which have the option userbind setE. It permanently mounts a regular file to a directoryAnswer: AQuestion 7Consider the following output from the command ls –i:How would a new file named c.txt be created with the same inode number as a.txt (Inode 525385)?Options:A. ln –h a.txt c.txtB. ln c.txt a.txtC. ln a.txt c.txtD. ln –f c.txt a.txtE. ln –i 525385 c.txtAnswer: Chttps://www.certification-questions.com

LPI 101-500Question 8Consider the following directory:drwxrwxr-x 2 root sales 4096 Jan 1 15:21 salesWhich command ensures new files created within the directory sales are owned by the group sales?(Choose two.)Options:A. chmod g s salesB. setpol –R newgroup sales salesC. chgrp –p sales salesD. chown --persistent *.sales salesE. chmod 2775 salesAnswer: C, EQuestion 9In order to display all currently mounted filesystems, which of the following commands could be used?(Choose two.)Options:A. cat /proc/self/mountsB. freeC. lsmountsD. mountE. cat /proc/filesystemsAnswer: A, DQuestion 10Which chown command changes the ownership to dave and the group to staff on a file nameddata.txt?Options:A. chown dave/staff data.txtB. chown –u dave –g staff data.txtC. chown --user dave --group staff data.txthttps://www.certification-questions.com

LPI 101-500D. chown dave staff data.txtE. chown dave:staff data.txtAnswer: EWould you like to see more? Don't miss our 101-500 PDFfile ns.com

drwxrwxr-x 2 root sales 4096 Jan 1 15:21 sales Which command ensures new files created within the directory sales are owned by the group sales? (Choose two.) Options: A. chmod g s sales B. setpol -R newgroup sales sales C. chgrp -p sales sales D. chown --persistent *.sales sales E. chmod 2775 sales Answer: C, E Question 9