mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
cfdisk, parted: refer to each other (#20791)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# cfdisk
|
||||
|
||||
> Manage partition tables and partitions on a hard disk using a curses UI.
|
||||
> See also: `parted`.
|
||||
> More information: <https://manned.org/cfdisk>.
|
||||
|
||||
- Start the partition manipulator with a specific device:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# parted
|
||||
|
||||
> A partition manipulation program.
|
||||
> See also: `parted.interactive`, `partprobe`.
|
||||
> See also: `parted.interactive`, `cfdisk`, `partprobe`.
|
||||
> More information: <https://www.gnu.org/software/parted/manual/parted.html#Invoking-Parted>.
|
||||
|
||||
- List partitions on all block devices:
|
||||
|
||||
Reference in New Issue
Block a user