David OkOk
Quiz by , created 13 days ago

Linux Profesional Institute

0
0
0
David OkOk
Created by David OkOk 13 days ago
Close

LPI 101-500

Question 1 of 4

1

Which type of file system is created by mkfs when it is executed with the block device name only and without any additional parameters?

Select one of the following:

  • XFS

  • VFAT

  • ext2

  • ext3

  • ext4

Explanation

Question 2 of 4

1

Which umask value ensures that new directories can be read, written and listed by their owning user, read and listed by their owning group and are not accessible at all for everyone else?

Select one of the following:

  • 0750

  • 0027

  • 0036

  • 7640

  • 0029

Explanation

Question 3 of 4

1

Which of the following commands changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting?

Select one of the following:

  • tune2fs -d 200 /dev/sda1

  • tune2fs -i 200 /dev/sda1

  • tune2fs -c 200 /dev/sda1

  • tune2fs -n 200 /dev/sda1

  • tune2fs --days 200 /dev/sda1

Explanation

Question 4 of 4

1

Which is the default percentage of reserved space for the root user on new ext4 filesystems?

Select one of the following:

  • 10%

  • 3%

  • 15%

  • 0%

  • 5%

Explanation