mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 06:46:47 +00:00
Update cheatsheets
This commit is contained in:
17
linux/cfdisk
Normal file
17
linux/cfdisk
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# cfdisk
|
||||
|
||||
> A program for managing partition tables and partitions on a hard disk using a curses UI.
|
||||
> More information: <https://manned.org/cfdisk>.
|
||||
|
||||
- Start the partition manipulator with a specific device:
|
||||
|
||||
`cfdisk {{/dev/sdX}}`
|
||||
|
||||
- Create a new partition table for a specific device and manage it:
|
||||
|
||||
`cfdisk --zero {{/dev/sdX}}`
|
||||
Reference in New Issue
Block a user