Exam 201-450 All QuestionsBrowse all questions from this exam
Question 21

How can the label root be added to the ext4 filesystem on /dev/sda1?

    Correct Answer: B

    The correct way to add the label root to the ext4 filesystem on /dev/sda1 is by using the tune2fs command with the -L option to specify the desired label. The correct command for this is tune2fs -L root /dev/sda1.

Discussion
BrunfthufOption: B

Nowadays we use e2label /dev/sda1 root, but our ancestors had to use B. tune2fs -L root /dev/sda1 . wtf ""?? Idunno

benny1102Option: B

B - but need some correction. "tune2fs ""L root /dev/sda1"

benny1102

tune2fs -L root /dev/sda1

debloidOption: B

e2label /dev/sda1 root or tune2fs –L root /dev/sda1

chiaseedOption: B

tune2fs -L root /dev/sda1 (I checked the man page)

milan92stankovicOption: B

B - 100%