Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Linux Foundation Exam LFCS Topic 1 Question 57 Discussion

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

Which of the following commands overwrites the bootloader located on /dev/sda without overwriting the partition table or any data following it?

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

Willow
2 days ago
But wouldn't overwriting just 440 bytes be risky? I think it's safer to overwrite just the first 512 bytes with count=1.
upvoted 0 times
...
Sheldon
6 days ago
Option C is the correct answer. It overwrites only the bootloader without touching the partition table or data.
upvoted 0 times
...
Aleisha
11 days ago
I disagree, I believe the correct answer is C) dd if=/dev/zero of=/dev/sda bs=440 count=1.
upvoted 0 times
...
Willow
13 days ago
I think the answer is B) dd if=/dev/zero of=/dev/sda bs=512 count=1.
upvoted 0 times
...

Save Cancel