View all fdisk operations

Open fdisk with a MBR disk, for example /dev/sda:

sudo fdisk /dev/sda
This will ask for a command. Type m for displaying all the possible operations which can be done on /dev/sda.

Type q for quit fdisk.