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:
parent
acfa468793
commit
dc358ed2a8
1 changed files with 11 additions and 0 deletions
11
pages/linux/fdisk.md
Normal file
11
pages/linux/fdisk.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue