LPI 101-500 Practice Test - Questions Answers, Page 14
List of questions
Question 131
Which of the following Linux filesystems preallocates a fixed number of inodes at the filesystem's make/creation time and does NOT generate them as needed? (Choose TWO correct answers.)
Question 132
What is the purpose of the Filesystem Hierarchy Standard?
Question 133
CORRECT TEXT
Which umask value will result in the default access permissions of 600 (rw-------) for files and 700 (rwx------) for directories? (Specify only the numerical umask value.)
Question 134
Instead of supplying an explicit device in /etc/fstab for mounting, what other options may be used to identify the intended partition? (Choose TWO correct answers.)
Question 135
After running the command umount /mnt, the following error message is displayed: umount: /mnt: device is busy.
What is a common reason for this message?
Question 136
What does the command mount -a do?
Question 137
Which of the following commands set the sticky bit for the directory /tmp? (Choose TWO correct answers.)
Question 138
Which of the following commands can be used to display the inode number of a given file?
Question 139
Which of the following commands shows the definition of a given shell command?
Question 140
What do the permissions -rwSr-xr-x mean for a binary file when it is executed as a command?
Question