1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

cfdisk: add page (#4881)

This commit is contained in:
Mat 2020-10-28 19:39:33 +01:00 committed by GitHub
parent c91bb1b19c
commit 15fa534d4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

12
pages.de/linux/cfdisk.md Normal file
View file

@ -0,0 +1,12 @@
# cfdisk
> Ein Programm zur Verwaltung von Partitionstabellen mittels einer Curses-basierten UI.
> Weitere Informationen: <https://linux.die.net/man/8/cfdisk>
- Das Partitionierungsinterface für eine bestimmte Festplatte öffnen:
`cfdisk {{/dev/sdX}}`
- Eine neue Partitionierungstabelle für eine bestimmte Festplatte erzeugen und bearbeiten:
`cfdisk --zero {{/dev/sdX}}`

12
pages/linux/cfdisk.md Normal file
View file

@ -0,0 +1,12 @@
# cfdisk
> A program for managing partition tables and partitions on a hard disk using a curses UI.
> More information: <https://linux.die.net/man/8/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}}`