exam questions

Exam LFCS All Questions

View all questions & answers for the LFCS exam

Exam LFCS topic 1 question 107 discussion

Actual exam question from Linux Foundation's LFCS
Question #: 107
Topic #: 1
[All LFCS Questions]

Which of the following commands creates an ext3 filesystem on /dev/sdb1? (Choose TWO correct answers.)

  • A. /sbin/mke2fs -j /dev/sdb1
  • B. /sbin/mkfs -t ext3 /dev/sdb1
  • C. /sbin/mkfs -c ext3 /dev/sdb1
  • D. /sbin/mke3fs -j /dev/sdb1
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rona962
2 months, 3 weeks ago
Selected Answer: AB
The correct commands to create an ext3 filesystem on /dev/sdb1 are: A. /sbin/mke2fs -j /dev/sdb1 B. /sbin/mkfs -t ext3 /dev/sdb1 Option A runs the mke2fs command with the -j option to create an ext3 filesystem with a journal on the /dev/sdb1 device. Option B runs the mkfs command with the -t option to specify the filesystem type as ext3 and the device to create the filesystem on as /dev/sdb1. Option C is incorrect because the -c option is used to perform a bad blocks scan on the device, not to specify the filesystem type. Option D is incorrect because there is no mke3fs command; it should be mke2fs.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago