mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 16:59:26 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# autopkgtest
|
||||
|
||||
> Run tests on Debian packages.
|
||||
> More information: <https://manpages.debian.org/bookworm/autopkgtest/autopkgtest.1.en.html>.
|
||||
> More information: <https://manned.org/autopkgtest>.
|
||||
|
||||
- Build the package in the current directory and run all tests directly on the system:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# autorecon
|
||||
|
||||
> A multi-threaded network reconnaissance tool which performs automated enumeration of services.
|
||||
> More information: <https://github.com/Tib3rius/AutoRecon>.
|
||||
> More information: <https://github.com/AutoRecon/AutoRecon>.
|
||||
|
||||
- Perform reconnaissance on target host(s) (detailed scan results will be dumped in `results`):
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# balooctl
|
||||
|
||||
> File indexing and searching framework for KDE Plasma.
|
||||
> More information: <https://wiki.archlinux.org/index.php/Baloo>.
|
||||
> More information: <https://wiki.archlinux.org/title/Baloo>.
|
||||
|
||||
- Display the status of the indexer:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> A simple wrapper around the i3 screen locker `i3lock`, which blurs the screen.
|
||||
> See also: `i3lock`.
|
||||
> More information: <https://gitlab.manjaro.org/packages/community/i3/i3exit/-/blob/master/blurlock>.
|
||||
> More information: <https://gitlab.manjaro.org/packages/extra/i3exit/-/blob/master/blurlock>.
|
||||
|
||||
- Lock the screen to a blurred screenshot of the current screen:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# bootctl
|
||||
|
||||
> Control EFI firmware boot settings and manage boot loader.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/bootctl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/bootctl.html>.
|
||||
|
||||
- Show information about the system firmware and the bootloaders:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# busctl
|
||||
|
||||
> Introspect and monitor the D-Bus bus.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/busctl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/busctl.html>.
|
||||
|
||||
- Show all peers on the bus, by their service names:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# coredumpctl
|
||||
|
||||
> Retrieve and process saved core dumps and metadata.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/coredumpctl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/coredumpctl.html>.
|
||||
|
||||
- List all captured core dumps:
|
||||
|
||||
|
||||
@@ -20,6 +20,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`{{path/to}}/cs2 -dedicated +map {{de_dust2}} -ip {{1.2.3.4}} -port {{27015}}`
|
||||
|
||||
- Shut the server down:
|
||||
- [Interactive] Shut the server down:
|
||||
|
||||
`quit`
|
||||
|
||||
@@ -20,14 +20,14 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`debugfs -f {{path/to/cmd_file}} {{/dev/sdXN}}`
|
||||
|
||||
- View the filesystem stats in debugfs console:
|
||||
- [Interactive] View the filesystem stats in debugfs console:
|
||||
|
||||
`stats`
|
||||
|
||||
- Close the filesystem:
|
||||
- [Interactive] Close the filesystem:
|
||||
|
||||
`close -a`
|
||||
|
||||
- List all available commands:
|
||||
- [Interactive] List all available commands:
|
||||
|
||||
`lr`
|
||||
|
||||
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Create a Distrobox container.
|
||||
> The container created will be tightly integrated with the host, allowing sharing of the user's HOME directory, external storage, external USB devices, graphical apps (X11/Wayland), and audio.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-create>.
|
||||
> More information: <https://distrobox.it/usage/distrobox-create/>.
|
||||
|
||||
- Create a Distrobox container using the Ubuntu image:
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Enter a Distrobox container.
|
||||
> Default command executed is your SHELL, but you can specify different shells or entire commands to execute. If used inside a script, an application, or a service, you can use the `--headless` mode to disable the tty and interactivity.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-enter>.
|
||||
> More information: <https://distrobox.it/usage/distrobox-enter/>.
|
||||
|
||||
- Enter a Distrobox container:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Export app/service/binary from container to host OS.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-export>.
|
||||
> More information: <https://distrobox.it/usage/distrobox-export/>.
|
||||
|
||||
- Export an app from the container to the host (the desktop entry/icon will show up in your host system's application list):
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Execute a command on the host from inside a Distrobox container.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-host-exec>.
|
||||
> More information: <https://distrobox.it/usage/distrobox-host-exec/>.
|
||||
|
||||
- Execute command on the host system from inside the Distrobox container:
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> List all Distrobox containers.
|
||||
> Distrobox containers are listed separately from the rest of normal Podman or Docker containers.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-list>.
|
||||
> More information: <https://distrobox.it/usage/distrobox-list/>.
|
||||
|
||||
- List all Distrobox containers:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Remove a Distrobox container.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-rm>.
|
||||
> More information: <https://distrobox.it/usage/distrobox-rm/>.
|
||||
|
||||
- Remove a Distrobox container (Tip: Stop the container before removing it):
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Stop a Distrobox container.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-stop>.
|
||||
> More information: <https://distrobox.it/usage/distrobox-stop/>.
|
||||
|
||||
- Stop a Distrobox container:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Upgrade one or multiple Distrobox containers.
|
||||
> See also: `distrobox`.
|
||||
> More information: <https://distrobox.it/usage/distrobox-upgrade>.
|
||||
> More information: <https://distrobox.it/usage/distrobox-upgrade/>.
|
||||
|
||||
- Upgrade a container using the container's native package manager:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# dumpe2fs
|
||||
|
||||
> Print the super block and blocks group information for ext2/ext3/ext4 filesystems.
|
||||
> Unmount the partition before running this command using `umount {{device}}`.
|
||||
> Unmount the partition before running this command using `umount device`.
|
||||
> More information: <https://manned.org/dumpe2fs>.
|
||||
|
||||
- Display ext2, ext3 and ext4 filesystem information:
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# eopkg
|
||||
|
||||
> Package manager for Solus.
|
||||
> More information: <https://help.getsol.us/docs/user/package-management/basics>.
|
||||
> More information: <https://help.getsol.us/docs/user/package-management/basics/>.
|
||||
|
||||
- Install a specific package:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# eww
|
||||
|
||||
> Implement your own custom widgets in any window manager.
|
||||
> More information: <https://elkowar.github.io/eww>.
|
||||
> More information: <https://elkowar.github.io/eww/>.
|
||||
|
||||
- Start the daemon:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# extrace
|
||||
|
||||
> Trace exec() calls.
|
||||
> More information: <https://github.com/chneukirchen/extrace>.
|
||||
> More information: <https://github.com/leahneukirchen/extrace>.
|
||||
|
||||
- Trace all program executions occurring on the system:
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`{{path/to}}/factorio --create {{path/to/save.zip}} --map-gen-settings {{path/to/map-gen-settings.json}} --map-settings {{path/to/map-settings.json}}`
|
||||
|
||||
- Shut the server gracefully:
|
||||
- [Interactive] Shut the server gracefully:
|
||||
|
||||
`/quit`
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# google-chrome-stable
|
||||
|
||||
> This command is an alias of `chromium`.
|
||||
> More information: <https://chrome.google.com>.
|
||||
> More information: <https://www.google.com/chrome/>.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# grim
|
||||
|
||||
> Grab images (Screenshots) from a Wayland compositor.
|
||||
> More information: <https://sr.ht/~emersion/grim>.
|
||||
> More information: <https://sr.ht/~emersion/grim/>.
|
||||
|
||||
- Screenshot all outputs:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# homectl
|
||||
|
||||
> Create, remove, change or inspect home directories using the systemd-homed service.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/homectl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/homectl.html>.
|
||||
|
||||
- List user accounts and their associated home directories:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# hostnamectl
|
||||
|
||||
> Get or set the hostname of the computer.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/hostnamectl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/hostnamectl.html>.
|
||||
|
||||
- Get the hostname of the computer:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Wrapper script around the screenshot utility `scrot` for the i3 window manager.
|
||||
> The default save location is `~/Pictures` and can be changed in `~/.config/i3-scrot.conf`.
|
||||
> More information: <https://gitlab.manjaro.org/packages/community/i3/i3-scrot>.
|
||||
> More information: <https://gitlab.manjaro.org/packages/extra/i3-scrot>.
|
||||
|
||||
- Capture a screenshot of the whole screen and save it to the default directory:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# importctl
|
||||
|
||||
> Download, Import, or Export disk images.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/importctl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/importctl.html>.
|
||||
|
||||
- Download image in tarball format from a url via pull:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> CLI image viewer for wayland and X11 aimed at tiling window managers.
|
||||
> Handles multiple formats including Photoshop (PSD).
|
||||
> More information: <https://sr.ht/~exec64/imv>.
|
||||
> More information: <https://sr.ht/~exec64/imv/>.
|
||||
|
||||
- View multiple images:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Query the systemd journal.
|
||||
> See also: `dmesg`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/journalctl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/journalctl.html>.
|
||||
|
||||
- Show all messages with priority level 3 (errors) from this boot:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# kernel-install
|
||||
|
||||
> Add and remove kernel and initrd images to and from `/boot`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/kernel-install.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/kernel-install.html>.
|
||||
|
||||
- Add kernel and initramfs images to bootloader partition:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Interact with kojihub.
|
||||
> Some subcommands such as `build`, `tag-build`, `download-build`, `buildinfo`, `call`, etc. have their own usage documentation.
|
||||
> More information: <https://docs.pagure.org/koji>.
|
||||
> More information: <https://docs.pagure.org/koji/>.
|
||||
|
||||
- Execute a koji subcommand:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# koji build
|
||||
|
||||
> Build an RPM package.
|
||||
> More information: <https://docs.pagure.org/koji>.
|
||||
> More information: <https://docs.pagure.org/koji/>.
|
||||
|
||||
- Build a package from `src.rpm`:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# koji buildinfo
|
||||
|
||||
> Print basic information about a build.
|
||||
> More information: <https://docs.pagure.org/koji>.
|
||||
> More information: <https://docs.pagure.org/koji/>.
|
||||
|
||||
- Print basic information:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# koji download-build
|
||||
|
||||
> Download a built package.
|
||||
> More information: <https://docs.pagure.org/koji>.
|
||||
> More information: <https://docs.pagure.org/koji/>.
|
||||
|
||||
- Download all RPMs from a specific build:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# koji resubmit
|
||||
|
||||
> Retry a cancelled or failed task, using the same parameter as the original task.
|
||||
> More information: <https://docs.pagure.org/koji>.
|
||||
> More information: <https://docs.pagure.org/koji/>.
|
||||
|
||||
- Resubmit a task:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# koji tag-build
|
||||
|
||||
> Apply a tag to one or more builds.
|
||||
> More information: <https://docs.pagure.org/koji>.
|
||||
> More information: <https://docs.pagure.org/koji/>.
|
||||
|
||||
- Apply a tag to one or more builds:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# koji taginfo
|
||||
|
||||
> Print basic information about a tag.
|
||||
> More information: <https://docs.pagure.org/koji>.
|
||||
> More information: <https://docs.pagure.org/koji/>.
|
||||
|
||||
- Print basic information:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# koji untag-build
|
||||
|
||||
> Remove a tag from one or more builds.
|
||||
> More information: <https://docs.pagure.org/koji>.
|
||||
> More information: <https://docs.pagure.org/koji/>.
|
||||
|
||||
- Remove a tag from one or more builds:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# legit
|
||||
|
||||
> Complementary command-line interface for Git.
|
||||
> More information: <https://frostming.github.io/legit>.
|
||||
> More information: <https://frostming.github.io/legit/>.
|
||||
|
||||
- Switch to a specified branch, stashing and restoring unstaged changes:
|
||||
|
||||
|
||||
@@ -12,26 +12,26 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`lftp {{[-u|--user]}} {{username}} {{ftp.example.com}}`
|
||||
|
||||
- Download multiple files (glob expression):
|
||||
- [Interactive] Download multiple files (glob expression):
|
||||
|
||||
`mget {{path/to/*.png}}`
|
||||
|
||||
- Upload multiple files (glob expression):
|
||||
- [Interactive] Upload multiple files (glob expression):
|
||||
|
||||
`mput {{path/to/*.zip}}`
|
||||
|
||||
- Delete multiple files on the remote server:
|
||||
- [Interactive] Delete multiple files on the remote server:
|
||||
|
||||
`mrm {{path/to/*.txt}}`
|
||||
|
||||
- Rename a file on the remote server:
|
||||
- [Interactive] Rename a file on the remote server:
|
||||
|
||||
`mv {{original_filename}} {{new_filename}}`
|
||||
|
||||
- Download or update an entire directory:
|
||||
- [Interactive] Download or update an entire directory:
|
||||
|
||||
`mirror {{path/to/remote_directory}} {{path/to/local_output_directory}}`
|
||||
|
||||
- Upload or update an entire directory:
|
||||
- [Interactive] Upload or update an entire directory:
|
||||
|
||||
`mirror {{[-R|--reverse]}} {{path/to/local_directory}} {{path/to/remote_output_directory}}`
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# localectl
|
||||
|
||||
> Control the system locale and keyboard layout settings.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/localectl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/localectl.html>.
|
||||
|
||||
- Show the current settings of the system locale and keyboard mapping:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Manage the systemd login manager.
|
||||
> See also: `lslogins`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/loginctl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/loginctl.html>.
|
||||
|
||||
- Print all current sessions:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Control the systemd machine manager.
|
||||
> Execute operations on virtual machines, containers and images.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/machinectl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/machinectl.html>.
|
||||
|
||||
- Start a machine as a service using `systemd-nspawn`:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Download files from `mega.nz`.
|
||||
> Part of the `megatools` suite.
|
||||
> More information: <https://megatools.megous.com/man/megatools-dl.html>.
|
||||
> More information: <https://xff.cz/megatools/man/megatools-dl.html>.
|
||||
|
||||
- Download files from a `mega.nz` link into the current directory:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Mount Discoverable Disk Images.
|
||||
> See also: `systemd-dissect` for other commands relevant to DDIs.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-dissect.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-dissect.html>.
|
||||
|
||||
- Mount an OS image:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Query the status of network links.
|
||||
> Manage the network configuration using `systemd-networkd`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/networkctl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/networkctl.html>.
|
||||
|
||||
- List existing links with their status:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# nsxiv
|
||||
|
||||
> Neo Simple X Image Viewer.
|
||||
> More information: <https://nsxiv.codeberg.page/man>.
|
||||
> More information: <https://nsxiv.codeberg.page/man/>.
|
||||
|
||||
- Open images:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# oomctl
|
||||
|
||||
> Analyze the state stored in `systemd-oomd`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/oomctl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/oomctl.html>.
|
||||
|
||||
- Show the current state of the cgroups and system contexts stored by `systemd-oomd`:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# opera-stable
|
||||
|
||||
> This command is an alias of `chromium`.
|
||||
> More information: <https://opera.com>.
|
||||
> More information: <https://www.opera.com/>.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Version control for binary files similar to `git` but optimized for operating system root filesystems.
|
||||
> OSTree is the foundation for immutable image-based operating systems such as Fedora Silverblue, Fedora IoT or Fedora CoreOS.
|
||||
> More information: <https://ostreedev.github.io/ostree>.
|
||||
> More information: <https://ostreedev.github.io/ostree/>.
|
||||
|
||||
- Initialize a repository of the files in `$PWD` with metadata in `$PWD/path/to/repo`:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# Palworld
|
||||
|
||||
> Create and start a headless Palworld server.
|
||||
> More information: <https://docs.palworldgame.com/settings-and-operation/arguments>.
|
||||
> More information: <https://docs.palworldgame.com/settings-and-operation/arguments/>.
|
||||
|
||||
- Start the server with default settings:
|
||||
|
||||
|
||||
@@ -13,30 +13,30 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`sudo parted {{/dev/sdX}}`
|
||||
|
||||
- Show partition information in interactive mode:
|
||||
- [Interactive] Show partition information in interactive mode:
|
||||
|
||||
`print`
|
||||
|
||||
- Select a disk in interactive mode:
|
||||
- [Interactive] Select a disk in interactive mode:
|
||||
|
||||
`select {{/dev/sdX}}`
|
||||
|
||||
- Create a 16 GB partition with the specified filesystem in interactive mode (`GPT` partition table):
|
||||
- [Interactive] Create a 16 GB partition with the specified filesystem in interactive mode (`GPT` partition table):
|
||||
|
||||
`mkpart {{partition_name}} {{btrfs|ext2|ext3|ext4|fat16|fat32|hfs|hfs+|linux-swap|ntfs|reiserfs|udf|xfs}} {{0%}} {{16G}}`
|
||||
|
||||
- Create a 16 GB partition with the specified filesystem in interactive mode (`MBR` partition table):
|
||||
- [Interactive] Create a 16 GB partition with the specified filesystem in interactive mode (`MBR` partition table):
|
||||
|
||||
`mkpart {{primary|logical|extended}} {{btrfs|ext2|ext3|ext4|fat16|fat32|hfs|hfs+|linux-swap|ntfs|reiserfs|udf|xfs}} {{0%}} {{16G}}`
|
||||
|
||||
- Resize a partition in interactive mode:
|
||||
- [Interactive] Resize a partition in interactive mode:
|
||||
|
||||
`resizepart {{/dev/sdXN}} {{end_position_of_partition}}`
|
||||
|
||||
- Remove a partition in interactive mode:
|
||||
- [Interactive] Remove a partition in interactive mode:
|
||||
|
||||
`rm {{/dev/sdXN}}`
|
||||
|
||||
- Display help:
|
||||
- [Interactive] Display help:
|
||||
|
||||
`?`
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# pihole
|
||||
|
||||
> Manage the Pi-hole ad-blocking DNS server.
|
||||
> More information: <https://docs.pi-hole.net/main/pihole-command>.
|
||||
> More information: <https://docs.pi-hole.net/main/pihole-command/>.
|
||||
|
||||
- Check Pi-hole's status:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# po4a
|
||||
|
||||
> Update both PO files and translated documents.
|
||||
> More information: <https://po4a.org/man/man1/po4a.1.php>.
|
||||
> More information: <https://www.po4a.org/man/man1/po4a.1.php>.
|
||||
|
||||
- Update PO files and documents according to the specified configuration file:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# po4a-gettextize
|
||||
|
||||
> Convert a file to a PO file.
|
||||
> More information: <https://po4a.org/man/man1/po4a-gettextize.1.php>.
|
||||
> More information: <https://www.po4a.org/man/man1/po4a-gettextize.1.php>.
|
||||
|
||||
- Convert a text file to PO file:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Convert a PO file back to documentation format.
|
||||
> The provided PO file should be the translation of the POT file which was produced by `po4a-gettextize`.
|
||||
> More information: <https://po4a.org/man/man1/po4a-translate.1.php>.
|
||||
> More information: <https://www.po4a.org/man/man1/po4a-translate.1.php>.
|
||||
|
||||
- Convert a translated PO file back to a document:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# po4a-updatepo
|
||||
|
||||
> Update the translation (in PO format) of a documentation.
|
||||
> More information: <https://po4a.org/man/man1/po4a-updatepo.1.php>.
|
||||
> More information: <https://www.po4a.org/man/man1/po4a-updatepo.1.php>.
|
||||
|
||||
- Update a PO file according to the modification of its origin file:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# portablectl
|
||||
|
||||
> A systemd utility for managing and deploying portable service images on Linux systems.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/portablectl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/portablectl.html>.
|
||||
|
||||
- List available portable service images discovered in the portable image search paths:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# proctl
|
||||
|
||||
> Manage projects licenses and languages, switch between templated licenses.
|
||||
> More information: <https://github.com/HeCodes2Much/proctl>.
|
||||
> More information: <https://github.com/CreativeCodeCat/proctl>.
|
||||
|
||||
- List available licenses:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Resolve domain names, IPv4 and IPv6 addresses, DNS resource records, and services.
|
||||
> Introspect and reconfigure the DNS resolver.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/resolvectl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/resolvectl.html>.
|
||||
|
||||
- Show DNS settings:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# resolveip
|
||||
|
||||
> Resolve hostnames to their IP addresses and vice versa.
|
||||
> More information: <https://mariadb.com/kb/en/resolveip/>.
|
||||
> More information: <https://mariadb.com/docs/server/clients-and-utilities/networking-tools/resolveip>.
|
||||
|
||||
- Resolve a hostname to an IP address:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# ripmime
|
||||
|
||||
> Extract attachments out of a MIME encoded email package.
|
||||
> More information: <https://pldaniels.com/ripmime>.
|
||||
> More information: <https://pldaniels.com/ripmime/>.
|
||||
|
||||
- Extract file contents in the current directory:
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Elevate privileges interactively.
|
||||
> Similar to `sudo`, but it's not a SUID binary, authentication takes place via polkit, and commands are invoked from a `systemd` service.
|
||||
> See also: `sudo`, `pkexec`, `doas`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/run0.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/run0.html>.
|
||||
|
||||
- Run a command as root:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# runlim
|
||||
|
||||
> Sample and limit time and memory usage of a program and its child processes using the proc file system on Linux.
|
||||
> More information: <https://fmv.jku.at/runlim>.
|
||||
> More information: <https://fmv.jku.at/runlim/>.
|
||||
|
||||
- Print the time and memory usage of a command:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# snake4scores
|
||||
|
||||
> Show the high scores from the snake4 game.
|
||||
> More information: <https://manpages.debian.org/snake4/snake4.6.en.html>.
|
||||
> More information: <https://manned.org/snake4>.
|
||||
|
||||
- Show the highscores:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# speedometer
|
||||
|
||||
> Python script that shows a network traffic graph in the terminal.
|
||||
> More information: <https://excess.org/speedometer>.
|
||||
> More information: <https://excess.org/speedometer/>.
|
||||
|
||||
- Show graph for a specific interface:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Control the systemd system and service manager.
|
||||
> Some subcommands such as `disable`, `status`, `reboot` etc. have their own usage documentation.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html>.
|
||||
|
||||
- Show all running services:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-ac-power
|
||||
|
||||
> Report whether the computer is connected to an external power source.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-ac-power.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-ac-power.html>.
|
||||
|
||||
- Silently check and return a 0 status code when running on AC power, and a non-zero code otherwise:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Analyze and debug system manager.
|
||||
> Show timing details about the boot process of units (services, mount points, devices, sockets).
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-analyze.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-analyze.html>.
|
||||
|
||||
- Print the last system startup time:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-ask-password
|
||||
|
||||
> Query the user for a system password.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-ask-password.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-ask-password.html>.
|
||||
|
||||
- Query a system password with a specific prompt:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-cat
|
||||
|
||||
> Connect a pipeline or program's output streams with the systemd journal.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-cat.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-cat.html>.
|
||||
|
||||
- Write the output of the specified command to the journal (both output streams are captured):
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-cgls
|
||||
|
||||
> Show the contents of the selected Linux control group hierarchy in a tree.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-cgls.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-cgls.html>.
|
||||
|
||||
- Display the whole control group hierarchy on your system:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Show the top control groups of the local Linux control group hierarchy, ordered by their CPU, memory, or disk I/O load.
|
||||
> See also: `top`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-cgtop.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-cgtop.html>.
|
||||
|
||||
- Start an interactive view:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-creds
|
||||
|
||||
> List, show, encrypt and decrypt service credentials.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-creds.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-creds.html>.
|
||||
|
||||
- Encrypt a file and set a specific name:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Interactively enroll or remove methods used to unlock LUKS2-encrypted devices. Uses a password to unlock the device unless otherwise specified.
|
||||
> In order to allow a partition to be unlocked during system boot, update the `/etc/crypttab` file or the initramfs.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-cryptenroll.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-cryptenroll.html>.
|
||||
|
||||
- Enroll a new password (similar to `cryptsetup luksAddKey`):
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Create or remove decrypted mappings of encrypted volumes. Equivalent of `cryptsetup open` and `cryptsetup close`.
|
||||
> Arguments to this command are written exactly like a line in `/etc/crypttab`. It's used by systemd to unlock devices on boot.
|
||||
> See also: `cryptsetup`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-cryptsetup.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-cryptsetup.html>.
|
||||
|
||||
- Open a LUKS volume and create a decrypted mapping at `/dev/mapper/mapping_name`:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-delta
|
||||
|
||||
> Find overridden systemd-related configuration files.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-delta.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-delta.html>.
|
||||
|
||||
- Show all overridden configuration files:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-detect-virt
|
||||
|
||||
> Detect execution in a virtualized environment.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-detect-virt.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-detect-virt.html>.
|
||||
|
||||
- List detectable virtualization technologies:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-dissect
|
||||
|
||||
> Introspect and interact with file system OS disk images, specifically Discoverable Disk Images (DDIs).
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-dissect.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-dissect.html>.
|
||||
|
||||
- Show general image information about the OS image:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-escape
|
||||
|
||||
> Escape strings for usage in systemd unit names.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-escape.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-escape.html>.
|
||||
|
||||
- Escape the given text:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-firstboot
|
||||
|
||||
> Initialize basic system settings on or before the first boot-up of a system.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-firstboot.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-firstboot.html>.
|
||||
|
||||
- Operate on the specified directory instead of the root directory of the host system:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-hwdb
|
||||
|
||||
> Hardware database management tool.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-hwdb.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-hwdb.html>.
|
||||
|
||||
- Update the binary hardware database in `/etc/udev`:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-id128
|
||||
|
||||
> Generate and print sd-128 identifiers.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-id128.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-id128.html>.
|
||||
|
||||
- Generate a new random identifier:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Prohibit the system from entering certain power states.
|
||||
> Inhibitor locks may be used to block or delay system sleep and shutdown requests as well as automatic idle handling.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-inhibit.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-inhibit.html>.
|
||||
|
||||
- List all active inhibition locks and the reasons for their creation:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Initialize the machine ID stored in `/etc/machine-id` at install time with a provisioned or randomly generated ID.
|
||||
> Note: Always use `sudo` to execute these commands as they require elevated privileges.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-machine-id-setup.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-machine-id-setup.html>.
|
||||
|
||||
- Print the generated or committed machine ID:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-mount
|
||||
|
||||
> Establish and destroy transient mount or auto-mount points.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-mount.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-mount.html>.
|
||||
|
||||
- Mount a file system (image or block device) at `/run/media/system/LABEL` where LABEL is the filesystem label or the device name if there is no label:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Notify the service manager about start-up completion and other daemon status changes.
|
||||
> This command is useless outside systemd service scripts.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-notify.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-notify.html>.
|
||||
|
||||
- Notify systemd that the service has completed its initialization and is fully started. It should be invoked when the service is ready to accept incoming requests:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-nspawn
|
||||
|
||||
> Spawn a command or OS in a lightweight container.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-nspawn.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-nspawn.html>.
|
||||
|
||||
- Run a command in a container:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-path
|
||||
|
||||
> List and query system and user paths.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-path.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-path.html>.
|
||||
|
||||
- Display a list of known paths and their current values:
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Automatically grow and add partitions.
|
||||
> Grows and adds partitions based on the configuration files described in repart.d.
|
||||
> Does not automatically resize file system on partition. See systemd-growfs to extend file system.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-repart.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-repart.html>.
|
||||
|
||||
- Grow the root partition (/) to all available disk space:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-run
|
||||
|
||||
> Run programs in transient scope units, service units, or path-, socket-, or timer-triggered service units.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-run.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-run.html>.
|
||||
|
||||
- Start a transient service:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-socket-activate
|
||||
|
||||
> Socket activation for systemd services.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-socket-activate.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-socket-activate.html>.
|
||||
|
||||
- Activate a service when a specific socket is connected:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Implement a proxy between `stdin`/`stdout` and a D-Bus.
|
||||
> Note: It expects to receive an open connection via `stdin`/`stdout` when started, and will create a new connection to the specified bus.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-stdio-bridge.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-stdio-bridge.html>.
|
||||
|
||||
- Forward `stdin`/`stdout` to the local system bus:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-sysext
|
||||
|
||||
> Activate or deactivate system extension images.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-sysext.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-sysext.html>.
|
||||
|
||||
- List installed extension images:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Create system users and groups.
|
||||
> If the config file is not specified, files in the `sysusers.d` directories are used.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-sysusers.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-sysusers.html>.
|
||||
|
||||
- Create users and groups from a specific configuration file:
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Create, delete and clean up volatile and temporary files and directories.
|
||||
> This command is automatically invoked on boot by systemd services, and running it manually is usually not needed.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-tmpfiles.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-tmpfiles.html>.
|
||||
|
||||
- Create files and directories as specified in the configuration:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# systemd-tty-ask-password-agent
|
||||
|
||||
> List or process pending systemd password requests.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemd-tty-ask-password-agent.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemd-tty-ask-password-agent.html>.
|
||||
|
||||
- List all currently pending system password requests:
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Trivial File Transfer Protocol client.
|
||||
> More information: <https://manned.org/tftp>.
|
||||
|
||||
- Connect to a TFTP server specifying its IP address and port:
|
||||
- Connect to a TFTP server with an interactive shell, specifying its IP address and port:
|
||||
|
||||
`tftp {{server_ip}} {{port}}`
|
||||
|
||||
@@ -20,18 +20,18 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`tftp {{server_ip}} -6 -R {{port}}:{{port}}`
|
||||
|
||||
- Set the transfer mode to binary or ASCII through the tftp client:
|
||||
- [Interactive] Set the transfer mode to binary or ASCII through the tftp client:
|
||||
|
||||
`mode {{binary|ascii}}`
|
||||
|
||||
- Download file from a server through the tftp client:
|
||||
- [Interactive] Download file from a server through the tftp client:
|
||||
|
||||
`get {{file}}`
|
||||
|
||||
- Upload file to a server through the tftp client:
|
||||
- [Interactive] Upload file to a server through the tftp client:
|
||||
|
||||
`put {{file}}`
|
||||
|
||||
- Exit the tftp client:
|
||||
- [Interactive] Exit the tftp client:
|
||||
|
||||
`quit`
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# timedatectl
|
||||
|
||||
> Control the system time and date.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/timedatectl.html>.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/timedatectl.html>.
|
||||
|
||||
- Check the current system clock time:
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user