# gdisk > GPT (GUID Partition Table) disk partitioning tool. > See also: `cfdisk`, `fdisk`, `parted`. > More information: . - List partitions: `sudo gdisk {{[-l|--list]}}` - Start the interactive partition manipulator: `sudo gdisk {{/dev/sdX}}` - Open a help menu: `` - Print the [p]artition table: `

` - Add a [n]ew partition: `` - Select a partition to [d]elete: `` - [w]rite table to disk and exit: `` - [q]uit without saving changes: ``