201-450 Exam QuestionsBrowse all questions from this exam

201-450 Exam - Question 21


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

Show Answer
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

5 comments
Sign in to comment
benny1102Option: B
Nov 19, 2021

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

benny1102
Nov 19, 2021

tune2fs -L root /dev/sda1

BrunfthufOption: B
Jun 29, 2023

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

milan92stankovicOption: B
Jan 19, 2021

B - 100%

chiaseedOption: B
Sep 23, 2023

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

debloidOption: B
Jul 16, 2024

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