1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 19:35:24 +02:00

fdisk: add page (#2014)

This commit is contained in:
avalanchy 2018-03-09 08:13:43 +00:00 committed by Agniva De Sarker
parent acfa468793
commit dc358ed2a8

11
pages/linux/fdisk.md Normal file
View file

@ -0,0 +1,11 @@
# fdisk
> A program for managing partition tables and partitions on a hard disk.
- List partitions:
`fdisk -l`
- Start the partition manipulator:
`fdisk {{/dev/sda}}`