what Linux command allows you to scan the disk for partition changes?
Solution
The linux command which allows us to scan the disk for partition changes is :
fdisk -l : is used to view all the partition in the linux system
fdisk -l device_name : is used to view all the partition of the specific hard-disk in the linux
system

what Linux command allows you to scan the disk for partition changes.pdf

  • 1.
    what Linux commandallows you to scan the disk for partition changes? Solution The linux command which allows us to scan the disk for partition changes is : fdisk -l : is used to view all the partition in the linux system fdisk -l device_name : is used to view all the partition of the specific hard-disk in the linux system