Command = cfdisk
Aka = fdisk (dos) or fdisk (linux)
Utility = Show/Modify a partition table

Command line :
delorimier:/# cfdisk
Sample output :
                                          FATAL ERROR: Bad logical partition 7: enlarged logical partitions overlap
                                                                 Press any key to exit cfdisk
Usage :
cfdisk: invalid option -- -

Usage:
Print version:
        cfdisk -v
Print partition table:
        cfdisk -P {r|s|t} [options] device
Interactive use:
        cfdisk [options] device

Options:
-a: Use arrow instead of highlighting;
-z: Start with a zero partition table, instead of reading the pt from disk;
-c C -h H -s S: Override the kernel's idea of the number of cylinders,
                the number of heads and the number of sectors/track.

Copyright (C) 1994-2000 Kevin E. Martin & aeb
Note :