Bird
0
0

Which command would you use to create or modify disk partitions interactively?

easy📝 Conceptual Q2 of 15
Linux CLI - Disk and Storage
Which command would you use to create or modify disk partitions interactively?
Afdisk
Blsblk
Cdf
Dmount
Step-by-Step Solution
Solution:
  1. Step 1: Identify the command for partitioning

    fdisk is used to create or modify disk partitions interactively.
  2. Step 2: Understand other commands

    lsblk lists devices, df shows disk space, and mount attaches filesystems.
  3. Final Answer:

    fdisk -> Option A
  4. Quick Check:

    fdisk = partition tool [OK]
Quick Trick: fdisk is for partitioning disks interactively [OK]
Common Mistakes:
  • Using lsblk to try to create partitions
  • Confusing mount with partitioning

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes