mention subcommands in every base page (#6383)

This commit is contained in:
marchersimon
2021-09-13 10:21:21 +02:00
committed by GitHub
parent 4fbb601f63
commit bd677b8b48
63 changed files with 69 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
# btrfs
> A filesystem based on the copy-on-write (COW) principle for Linux.
> Some subcommands such as `btrfs device` have their own usage documentation.
> More information: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs>.
- Create subvolume:

View File

@@ -1,6 +1,7 @@
# dpkg
> Debian package manager.
> Some subcommands such as `dpkg deb` have their own usage documentation.
> More information: <https://manpages.debian.org/buster/dpkg/dpkg.1.en.html>.
- Install a package:

View File

@@ -1,6 +1,7 @@
# ip
> Show / manipulate routing, devices, policy routing and tunnels.
> Some subcommands such as `ip address` have their own usage documentation.
> More information: <https://www.man7.org/linux/man-pages/man8/ip.8.html>.
- List interfaces with detailed info:

View File

@@ -1,6 +1,7 @@
# nmcli
> A command-line tool for controlling NetworkManager.
> Some subcommands such as `nmcli monitor` have their own usage documentation.
> More information: <https://manned.org/nmcli>.
- Run an `nmcli` subcommand:

View File

@@ -1,6 +1,7 @@
# pacman
> Arch Linux package manager utility.
> Some subcommands such as `pacman sync` have their own usage documentation.
> More information: <https://man.archlinux.org/man/pacman.8>.
- Synchronize and update all packages: