what Linux command allows you to scan the disk for partition changes.pdf
The Linux command to scan the disk for partition changes is 'fdisk -l.' This command displays all partitions in the Linux system, while 'fdisk -l device_name' shows partitions for a specific hard disk.
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