����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
.nh
.TH ctr 8

.SH NAME
ctr


.SH SYNOPSIS
ctr

.EX
[--address|-a]=[value]
[--connect-timeout]=[value]
[--debug]
[--namespace|-n]=[value]
[--timeout]=[value]
.EE


.SH DESCRIPTION
ctr is an unsupported debug and administrative client for interacting
with the containerd daemon. Because it is unsupported, the commands,
options, and operations are not guaranteed to be backward compatible or
stable from release to release of the containerd project.

.PP
\fBUsage\fP:

.EX
ctr [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...]
.EE


.SH GLOBAL OPTIONS
\fB--address, -a\fP="": Address for containerd's GRPC server (default: "/run/containerd/containerd.sock")

.PP
\fB--connect-timeout\fP="": Timeout for connecting to containerd (default: 0s)

.PP
\fB--debug\fP: Enable debug output in logs

.PP
\fB--namespace, -n\fP="": Namespace to use with commands (default: "default")

.PP
\fB--timeout\fP="": Total timeout for ctr commands (default: 0s)


.SH COMMANDS
.SH plugins, plugin
Provides information about containerd plugins

.SS list, ls
Lists containerd plugins

.PP
\fB--detailed, -d\fP: Print detailed information about each plugin

.PP
\fB--quiet, -q\fP: Print only the plugin ids

.SS inspect-runtime
Display runtime info

.PP
\fB--runc-binary\fP="": Specify runc-compatible binary

.PP
\fB--runc-root\fP="": Specify runc-compatible root

.PP
\fB--runc-systemd-cgroup\fP: Start runc with systemd cgroup manager

.PP
\fB--runtime\fP="": Runtime name or absolute path to runtime binary (default: "io.containerd.runc.v2")

.PP
\fB--runtime-config-path\fP="": Optional runtime config path

.SH version
Print the client and server versions

.SH containers, c, container
Manage containers

.SS create
Create container

.PP
\fB--allow-new-privs\fP: Turn off OCI spec's NoNewPrivileges feature flag

.PP
\fB--annotation\fP="": Specify additional OCI annotations (e.g. foo=bar)

.PP
\fB--apparmor-default-profile\fP="": Enable AppArmor with the default profile with the specified name, e.g. "cri-containerd.apparmor.d"

.PP
\fB--apparmor-profile\fP="": Enable AppArmor with an existing custom profile

.PP
\fB--blockio-class\fP="": Name of the blockio class to associate the container with

.PP
\fB--blockio-config-file\fP="": File path to blockio class definitions. By default class definitions are not loaded.

.PP
\fB--cap-add\fP="": Add Linux capabilities (Set capabilities with 'CAP_' prefix)

.PP
\fB--cap-drop\fP="": Drop Linux capabilities (Set capabilities with 'CAP_' prefix)

.PP
\fB--config, -c\fP="": Path to the runtime-specific spec config file

.PP
\fB--cpu-period\fP="": Limit CPU CFS period (default: 0)

.PP
\fB--cpu-quota\fP="": Limit CPU CFS quota (default: -1)

.PP
\fB--cwd\fP="": Specify the working directory of the process

.PP
\fB--device\fP="": File path to a device to add to the container; or a path to a directory tree of devices to add to the container

.PP
\fB--env\fP="": Specify additional container environment variables (e.g. FOO=bar)

.PP
\fB--env-file\fP="": Specify additional container environment variables in a file(e.g. FOO=bar, one per line)

.PP
\fB--gpus\fP="": Add gpus to the container

.PP
\fB--hostname\fP="": Set the container's host name

.PP
\fB--label\fP="": Specify additional labels (e.g. foo=bar)

.PP
\fB--memory-limit\fP="": Memory limit (in bytes) for the container (default: 0)

.PP
\fB--mount\fP="": Specify additional container mount (e.g. type=bind,src=/tmp,dst=/host,options=rbind:ro)

.PP
\fB--net-host\fP: Enable host networking for the container

.PP
\fB--no-pivot\fP: Disable use of pivot-root (linux only)

.PP
\fB--pid-file\fP="": File path to write the task's pid

.PP
\fB--privileged\fP: Run privileged container

.PP
\fB--rdt-class\fP="": Name of the RDT class to associate the container with. Specifies a Class of Service (CLOS) for cache and memory bandwidth management.

.PP
\fB--read-only\fP: Set the containers filesystem as readonly

.PP
\fB--rootfs\fP: Use custom rootfs that is not managed by containerd snapshotter

.PP
\fB--rootfs-propagation\fP="": Set the propagation of the container rootfs

.PP
\fB--runc-binary\fP="": Specify runc-compatible binary

.PP
\fB--runc-root\fP="": Specify runc-compatible root

.PP
\fB--runc-systemd-cgroup\fP: Start runc with systemd cgroup manager

.PP
\fB--runtime\fP="": Runtime name or absolute path to runtime binary (default: "io.containerd.runc.v2")

.PP
\fB--runtime-config-path\fP="": Optional runtime config path

.PP
\fB--sandbox\fP="": Create the container in the given sandbox

.PP
\fB--seccomp\fP: Enable the default seccomp profile

.PP
\fB--seccomp-profile\fP="": File path to custom seccomp profile. seccomp must be set to true, before using seccomp-profile

.PP
\fB--snapshotter\fP="": Snapshotter name. Empty value stands for the default value.

.PP
\fB--snapshotter-label\fP="": Labels added to the new snapshot for this container.

.PP
\fB--tty, -t\fP: Allocate a TTY for the container

.PP
\fB--user, -u\fP="": Username or user id, group optional (format: [:])

.PP
\fB--with-ns\fP="": Specify existing Linux namespaces to join at container runtime (format ':\&')

.SS delete, del, remove, rm
Delete one or more existing containers

.PP
\fB--keep-snapshot\fP: Do not clean up snapshot with container

.SS info
Get info about a container

.PP
\fB--spec\fP: Only display the spec

.SS list, ls
List containers

.PP
\fB--quiet, -q\fP: Print only the container id

.SS label
Set and clear labels for a container

.SS checkpoint
Checkpoint a container

.PP
\fB--image\fP: Include the image in the checkpoint

.PP
\fB--rw\fP: Include the rw layer in the checkpoint

.PP
\fB--task\fP: Checkpoint container task

.SS restore
Restore a container from checkpoint

.PP
\fB--live\fP: Restore the runtime and memory data from the checkpoint

.PP
\fB--rw\fP: Restore the rw layer from the checkpoint

.SH content
Manage content

.SS active
Display active transfers

.PP
\fB--root\fP="": Path to content store root (default: "/tmp/content")

.PP
\fB--timeout, -t\fP="": Total timeout for fetch (default: 0s)

.SS delete, del, remove, rm
Permanently delete one or more blobs

.SS edit
Edit a blob and return a new digest

.PP
\fB--editor\fP="": Select editor (vim, emacs, etc.)

.PP
\fB--validate\fP="": Validate the result against a format (json, mediatype, etc.)

.SS fetch
Fetch all content for an image into containerd

.PP
\fB--all-platforms\fP: Pull content from all platforms

.PP
\fB--hosts-dir\fP="": Custom hosts configuration directory

.PP
\fB--http-dump\fP: Dump all HTTP request/responses when interacting with container registry

.PP
\fB--http-trace\fP: Enable HTTP tracing for registry interactions

.PP
\fB--label\fP="": Labels to attach to the image

.PP
\fB--metadata-only\fP: Pull all metadata including manifests and configs

.PP
\fB--plain-http\fP: Allow connections using plain HTTP

.PP
\fB--platform\fP="": Pull content from a specific platform

.PP
\fB--refresh\fP="": Refresh token for authorization server

.PP
\fB--skip-metadata\fP: Skips metadata for unused platforms (Image may be unable to be pushed without metadata)

.PP
\fB--skip-verify, -k\fP: Skip SSL certificate validation

.PP
\fB--tlscacert\fP="": Path to TLS root CA

.PP
\fB--tlscert\fP="": Path to TLS client certificate

.PP
\fB--tlskey\fP="": Path to TLS client key

.PP
\fB--user, -u\fP="": User[:password] Registry user and password

.SS fetch-object
Retrieve objects from a remote

.PP
\fB--hosts-dir\fP="": Custom hosts configuration directory

.PP
\fB--http-dump\fP: Dump all HTTP request/responses when interacting with container registry

.PP
\fB--http-trace\fP: Enable HTTP tracing for registry interactions

.PP
\fB--plain-http\fP: Allow connections using plain HTTP

.PP
\fB--refresh\fP="": Refresh token for authorization server

.PP
\fB--skip-verify, -k\fP: Skip SSL certificate validation

.PP
\fB--tlscacert\fP="": Path to TLS root CA

.PP
\fB--tlscert\fP="": Path to TLS client certificate

.PP
\fB--tlskey\fP="": Path to TLS client key

.PP
\fB--user, -u\fP="": User[:password] Registry user and password

.SS fetch-blob
Retrieve blobs from a remote

.PP
\fB--hosts-dir\fP="": Custom hosts configuration directory

.PP
\fB--http-dump\fP: Dump all HTTP request/responses when interacting with container registry

.PP
\fB--http-trace\fP: Enable HTTP tracing for registry interactions

.PP
\fB--media-type\fP="": Specify target mediatype for request header

.PP
\fB--plain-http\fP: Allow connections using plain HTTP

.PP
\fB--refresh\fP="": Refresh token for authorization server

.PP
\fB--skip-verify, -k\fP: Skip SSL certificate validation

.PP
\fB--tlscacert\fP="": Path to TLS root CA

.PP
\fB--tlscert\fP="": Path to TLS client certificate

.PP
\fB--tlskey\fP="": Path to TLS client key

.PP
\fB--user, -u\fP="": User[:password] Registry user and password

.SS get
Get the data for an object

.SS ingest
Accept content into the store

.PP
\fB--expected-digest\fP="": Verify content against expected digest

.PP
\fB--expected-size\fP="": Validate against provided size (default: 0)

.SS list, ls
List all blobs in the store

.PP
\fB--quiet, -q\fP: Print only the blob digest

.SS push-object
Push an object to a remote

.PP
\fB--hosts-dir\fP="": Custom hosts configuration directory

.PP
\fB--http-dump\fP: Dump all HTTP request/responses when interacting with container registry

.PP
\fB--http-trace\fP: Enable HTTP tracing for registry interactions

.PP
\fB--plain-http\fP: Allow connections using plain HTTP

.PP
\fB--refresh\fP="": Refresh token for authorization server

.PP
\fB--skip-verify, -k\fP: Skip SSL certificate validation

.PP
\fB--tlscacert\fP="": Path to TLS root CA

.PP
\fB--tlscert\fP="": Path to TLS client certificate

.PP
\fB--tlskey\fP="": Path to TLS client key

.PP
\fB--user, -u\fP="": User[:password] Registry user and password

.SS label
Add labels to content

.SS prune
Prunes content from the content store

.SS references
Prunes preference labels from the content store (layers only by default)

.PP
\fB--async\fP: Allow garbage collection to cleanup asynchronously

.PP
\fB--dry\fP: Just show updates without applying (enables debug logging)

.SH events, event
Display containerd events

.SH images, image, i
Manage images

.SS check
Check existing images to ensure all content is available locally

.PP
\fB--quiet, -q\fP: Print only the ready image refs (fully downloaded and unpacked)

.PP
\fB--snapshotter\fP="": Snapshotter name. Empty value stands for the default value.

.SS export
Export images

.PP
\fB--all-platforms\fP: Exports content from all platforms

.PP
\fB--local\fP: Run export locally rather than through transfer API

.PP
\fB--platform\fP="": Pull content from a specific platform

.PP
\fB--skip-manifest-json\fP: Do not add Docker compatible manifest.json to archive

.PP
\fB--skip-non-distributable\fP: Do not add non-distributable blobs such as Windows layers to archive

.SS import
Import images

.PP
\fB--all-platforms\fP: Imports content for all platforms, false by default

.PP
\fB--base-name\fP="": Base image name for added images, when provided only images with this name prefix are imported

.PP
\fB--compress-blobs\fP: Compress uncompressed blobs when creating manifest (Docker format only)

.PP
\fB--digests\fP: Whether to create digest images (default: false)

.PP
\fB--discard-unpacked-layers\fP: Allow the garbage collector to clean layers up from the content store after unpacking, cannot be used with --no-unpack, false by default

.PP
\fB--index-name\fP="": Image name to keep index as, by default index is discarded

.PP
\fB--label\fP="": Labels to attach to the image

.PP
\fB--local\fP: Run import locally rather than through transfer API

.PP
\fB--no-unpack\fP: Skip unpacking the images, cannot be used with --discard-unpacked-layers, false by default

.PP
\fB--platform\fP="": Imports content for specific platform

.PP
\fB--skip-digest-for-named\fP: Skip applying --digests option to images named in the importing tar (use it in conjunction with --digests)

.PP
\fB--snapshotter\fP="": Snapshotter name. Empty value stands for the default value.

.PP
\fB--sync-fs\fP: Synchronize the underlying filesystem containing files when unpack images, false by default

.SS inspect, i
inspect an image

.PP
\fB--content\fP: Show JSON content

.SS list, ls
List images known to containerd

.PP
\fB--quiet, -q\fP: Print only the image refs

.SS mount
Mount an image to a target path

.PP
\fB--expiration, -x\fP="": Set the expiration time for the mount and snapshots (default: 1h0m0s)

.PP
\fB--hosts-dir\fP="": Custom hosts configuration directory

.PP
\fB--http-dump\fP: Dump all HTTP request/responses when interacting with container registry

.PP
\fB--http-trace\fP: Enable HTTP tracing for registry interactions

.PP
\fB--label\fP="": Labels to attach to the image

.PP
\fB--plain-http\fP: Allow connections using plain HTTP

.PP
\fB--platform\fP="": Mount the image for the specified platform (default: "linux/amd64")

.PP
\fB--refresh\fP="": Refresh token for authorization server

.PP
\fB--rw\fP: Enable write support on the mount

.PP
\fB--skip-verify, -k\fP: Skip SSL certificate validation

.PP
\fB--snapshotter\fP="": Snapshotter name. Empty value stands for the default value.

.PP
\fB--sync-fs\fP: Synchronize the underlying filesystem containing files when unpack images, false by default

.PP
\fB--tlscacert\fP="": Path to TLS root CA

.PP
\fB--tlscert\fP="": Path to TLS client certificate

.PP
\fB--tlskey\fP="": Path to TLS client key

.PP
\fB--user, -u\fP="": User[:password] Registry user and password

.SS unmount
Unmount the image from the target

.PP
\fB--hosts-dir\fP="": Custom hosts configuration directory

.PP
\fB--http-dump\fP: Dump all HTTP request/responses when interacting with container registry

.PP
\fB--http-trace\fP: Enable HTTP tracing for registry interactions

.PP
\fB--label\fP="": Labels to attach to the image

.PP
\fB--plain-http\fP: Allow connections using plain HTTP

.PP
\fB--refresh\fP="": Refresh token for authorization server

.PP
\fB--rm\fP: Remove the snapshot after a successful unmount

.PP
\fB--skip-verify, -k\fP: Skip SSL certificate validation

.PP
\fB--snapshotter\fP="": Snapshotter name. Empty value stands for the default value.

.PP
\fB--tlscacert\fP="": Path to TLS root CA

.PP
\fB--tlscert\fP="": Path to TLS client certificate

.PP
\fB--tlskey\fP="": Path to TLS client key

.PP
\fB--user, -u\fP="": User[:password] Registry user and password

.SS pull
Pull an image from a remote

.PP
\fB--all-platforms\fP: Pull content and metadata from all platforms

.PP
\fB--hosts-dir\fP="": Custom hosts configuration directory

.PP
\fB--http-dump\fP: Dump all HTTP request/responses when interacting with container registry

.PP
\fB--http-trace\fP: Enable HTTP tracing for registry interactions

.PP
\fB--label\fP="": Labels to attach to the image

.PP
\fB--local\fP: Fetch content from local client rather than using transfer service

.PP
\fB--max-concurrent-downloads\fP="": Set the max concurrent downloads for each pull (default: 0)

.PP
\fB--plain-http\fP: Allow connections using plain HTTP

.PP
\fB--platform\fP="": Pull content from a specific platform

.PP
\fB--print-chainid\fP: Print the resulting image's chain ID

.PP
\fB--refresh\fP="": Refresh token for authorization server

.PP
\fB--skip-metadata\fP: Skips metadata for unused platforms (Image may be unable to be pushed without metadata)

.PP
\fB--skip-verify, -k\fP: Skip SSL certificate validation

.PP
\fB--snapshotter\fP="": Snapshotter name. Empty value stands for the default value.

.PP
\fB--sync-fs\fP: Synchronize the underlying filesystem containing files when unpack images, false by default

.PP
\fB--tlscacert\fP="": Path to TLS root CA

.PP
\fB--tlscert\fP="": Path to TLS client certificate

.PP
\fB--tlskey\fP="": Path to TLS client key

.PP
\fB--user, -u\fP="": User[:password] Registry user and password

.SS push
Push an image to a remote

.PP
\fB--allow-non-distributable-blobs\fP: Allow pushing blobs that are marked as non-distributable

.PP
\fB--hosts-dir\fP="": Custom hosts configuration directory

.PP
\fB--http-dump\fP: Dump all HTTP request/responses when interacting with container registry

.PP
\fB--http-trace\fP: Enable HTTP tracing for registry interactions

.PP
\fB--local\fP: Push content from local client rather than using transfer service

.PP
\fB--manifest\fP="": Digest of manifest

.PP
\fB--manifest-type\fP="": Media type of manifest digest (default: "application/vnd.oci.image.manifest.v1+json")

.PP
\fB--max-concurrent-uploaded-layers\fP="": Set the max concurrent uploaded layers for each push (default: 0)

.PP
\fB--plain-http\fP: Allow connections using plain HTTP

.PP
\fB--platform\fP="": Push content from a specific platform

.PP
\fB--refresh\fP="": Refresh token for authorization server

.PP
\fB--skip-verify, -k\fP: Skip SSL certificate validation

.PP
\fB--tlscacert\fP="": Path to TLS root CA

.PP
\fB--tlscert\fP="": Path to TLS client certificate

.PP
\fB--tlskey\fP="": Path to TLS client key

.PP
\fB--user, -u\fP="": User[:password] Registry user and password

.SS prune
Remove unused images

.PP
\fB--all\fP: Remove all unused images, not just dangling ones (if all is not specified no images will be pruned)

.SS delete, del, remove, rm
Remove one or more images by reference

.PP
\fB--sync\fP: Synchronously remove image and all associated resources

.SS tag
Tag an image

.PP
\fB--force\fP: Force target_ref to be created, regardless if it already exists

.PP
\fB--local\fP: Run tag locally rather than through transfer API

.PP
\fB--skip-reference-check\fP: Skip the strict check for reference names

.SS label
Set and clear labels for an image

.PP
\fB--replace-all, -r\fP: Replace all labels

.SS convert
Convert an image

.PP
\fB--all-platforms\fP: Exports content from all platforms

.PP
\fB--oci\fP: Convert Docker media types to OCI media types

.PP
\fB--platform\fP="": Pull content from a specific platform

.PP
\fB--uncompress\fP: Convert tar.gz layers to uncompressed tar layers

.SS usage
Display usage of snapshots for a given image ref

.PP
\fB--snapshotter\fP="": Snapshotter name. Empty value stands for the default value.

.SH leases
Manage leases

.SS list, ls
List all active leases

.PP
\fB--quiet, -q\fP: Print only the blob digest

.SS create
Create lease

.PP
\fB--expires, -x\fP="": Expiration of lease (0 value will not expire) (default: 24h0m0s)

.PP
\fB--id\fP="": Set the id for the lease, will be generated by default

.SS delete, del, remove, rm
Delete a lease

.PP
\fB--sync\fP: Synchronously remove leases and all unreferenced resources

.SH namespaces, namespace, ns
Manage namespaces

.SS create, c
Create a new namespace

.SS list, ls
List namespaces

.PP
\fB--quiet, -q\fP: Print only the namespace name

.SS remove, rm
Remove one or more namespaces

.PP
\fB--cgroup, -c\fP: Delete the namespace's cgroup

.SS label
Set and clear labels for a namespace

.SH pprof
Provide golang pprof outputs for containerd

.PP
\fB--debug-socket, -d\fP="": Socket path for containerd's debug server (default: "/run/containerd/debug.sock")

.SS block
Goroutine blocking profile

.PP
\fB--debug\fP="": Debug pprof args (default: 0)

.SS goroutines
Dump goroutine stack dump

.PP
\fB--debug\fP="": Debug pprof args (default: 2)

.SS heap
Dump heap profile

.PP
\fB--debug\fP="": Debug pprof args (default: 0)

.SS profile
CPU profile

.PP
\fB--debug\fP="": Debug pprof args (default: 0)

.PP
\fB--seconds, -s\fP="": Duration for collection (seconds) (default: 30s)

.SS threadcreate
Goroutine thread creating profile

.PP
\fB--debug\fP="": Debug pprof args (default: 0)

.SS trace
Collect execution trace

.PP
\fB--debug\fP="": Debug pprof args (default: 0)

.PP
\fB--seconds, -s\fP="": Trace time (seconds) (default: 5s)

.SH run
Run a container

.PP
\fB--allow-new-privs\fP: Turn off OCI spec's NoNewPrivileges feature flag

.PP
\fB--annotation\fP="": Specify additional OCI annotations (e.g. foo=bar)

.PP
\fB--apparmor-default-profile\fP="": Enable AppArmor with the default profile with the specified name, e.g. "cri-containerd.apparmor.d"

.PP
\fB--apparmor-profile\fP="": Enable AppArmor with an existing custom profile

.PP
\fB--blockio-class\fP="": Name of the blockio class to associate the container with

.PP
\fB--blockio-config-file\fP="": File path to blockio class definitions. By default class definitions are not loaded.

.PP
\fB--cap-add\fP="": Add Linux capabilities (Set capabilities with 'CAP_' prefix)

.PP
\fB--cap-drop\fP="": Drop Linux capabilities (Set capabilities with 'CAP_' prefix)

.PP
\fB--cgroup\fP="": Cgroup path (To disable use of cgroup, set to "" explicitly)

.PP
\fB--cni\fP: Enable cni networking for the container

.PP
\fB--config, -c\fP="": Path to the runtime-specific spec config file

.PP
\fB--cpu-period\fP="": Limit CPU CFS period (default: 0)

.PP
\fB--cpu-quota\fP="": Limit CPU CFS quota (default: -1)

.PP
\fB--cpu-shares\fP="": Set the cpu shares (default: 1024)

.PP
\fB--cpus\fP="": Set the CFS cpu quota (default: 0)

.PP
\fB--cpuset-cpus\fP="": Set the CPUs the container will run in (e.g., 1-2,4)

.PP
\fB--cpuset-mems\fP="": Set the memory nodes the container will run in (e.g., 1-2,4)

.PP
\fB--cwd\fP="": Specify the working directory of the process

.PP
\fB--detach, -d\fP: Detach from the task after it has started execution, cannot be used with --rm

.PP
\fB--device\fP="": File path to a device to add to the container; or a path to a directory tree of devices to add to the container

.PP
\fB--env\fP="": Specify additional container environment variables (e.g. FOO=bar)

.PP
\fB--env-file\fP="": Specify additional container environment variables in a file(e.g. FOO=bar, one per line)

.PP
\fB--fifo-dir\fP="": Directory used for storing IO FIFOs

.PP
\fB--gidmap\fP="": Run inside a user namespace with the specified GID mapping ranges; specified with the format \fBcontainer-gid:host-gid:length\fR

.PP
\fB--gpus\fP="": Add gpus to the container

.PP
\fB--hostname\fP="": Set the container's host name

.PP
\fB--label\fP="": Specify additional labels (e.g. foo=bar)

.PP
\fB--log-uri\fP="": Log uri

.PP
\fB--memory-limit\fP="": Memory limit (in bytes) for the container (default: 0)

.PP
\fB--mount\fP="": Specify additional container mount (e.g. type=bind,src=/tmp,dst=/host,options=rbind:ro)

.PP
\fB--net-host\fP: Enable host networking for the container

.PP
\fB--no-pivot\fP: Disable use of pivot-root (linux only)

.PP
\fB--null-io\fP: Send all IO to /dev/null

.PP
\fB--pid-file\fP="": File path to write the task's pid

.PP
\fB--platform\fP="": Run image for specific platform

.PP
\fB--privileged\fP: Run privileged container

.PP
\fB--privileged-without-host-devices\fP: Don't pass all host devices to privileged container

.PP
\fB--rdt-class\fP="": Name of the RDT class to associate the container with. Specifies a Class of Service (CLOS) for cache and memory bandwidth management.

.PP
\fB--read-only\fP: Set the containers filesystem as readonly

.PP
\fB--remap-labels\fP: Provide the user namespace ID remapping to the snapshotter via label options; requires snapshotter support

.PP
\fB--rm\fP: Remove the container after running, cannot be used with --detach

.PP
\fB--rootfs\fP: Use custom rootfs that is not managed by containerd snapshotter

.PP
\fB--rootfs-propagation\fP="": Set the propagation of the container rootfs

.PP
\fB--runc-binary\fP="": Specify runc-compatible binary

.PP
\fB--runc-root\fP="": Specify runc-compatible root

.PP
\fB--runc-systemd-cgroup\fP: Start runc with systemd cgroup manager

.PP
\fB--runtime\fP="": Runtime name or absolute path to runtime binary (default: "io.containerd.runc.v2")

.PP
\fB--runtime-config-path\fP="": Optional runtime config path

.PP
\fB--sandbox\fP="": Create the container in the given sandbox

.PP
\fB--seccomp\fP: Enable the default seccomp profile

.PP
\fB--seccomp-profile\fP="": File path to custom seccomp profile. seccomp must be set to true, before using seccomp-profile

.PP
\fB--snapshotter\fP="": Snapshotter name. Empty value stands for the default value.

.PP
\fB--snapshotter-label\fP="": Labels added to the new snapshot for this container.

.PP
\fB--sync-fs\fP: Synchronize the underlying filesystem containing files when unpack images, false by default

.PP
\fB--tty, -t\fP: Allocate a TTY for the container

.PP
\fB--uidmap\fP="": Run inside a user namespace with the specified UID mapping ranges; specified with the format \fBcontainer-uid:host-uid:length\fR

.PP
\fB--user, -u\fP="": Username or user id, group optional (format: [:])

.PP
\fB--with-ns\fP="": Specify existing Linux namespaces to join at container runtime (format ':\&')

.SH snapshots, snapshot
Manage snapshots

.PP
\fB--snapshotter\fP="": Snapshotter name. Empty value stands for the default value.

.SS commit
Commit an active snapshot into the provided name

.SS diff
Get the diff of two snapshots. the default second snapshot is the first snapshot's parent.

.PP
\fB--keep\fP: Keep diff content. up to creator to delete it.

.PP
\fB--label\fP="": Labels to attach to the image

.PP
\fB--media-type\fP="": Media type to use for creating diff (default: "application/vnd.oci.image.layer.v1.tar+gzip")

.PP
\fB--ref\fP="": Content upload reference to use

.SS info
Get info about a snapshot

.SS list, ls
List snapshots

.SS mounts, m, mount
Mount gets mount commands for the snapshots

.PP
\fB--temp\fP: Mounts the snapshot mounts as a temp mount and returns a bind mount

.SS prepare
Prepare a snapshot from a committed snapshot

.PP
\fB--mounts\fP: Print out snapshot mounts as JSON

.PP
\fB--target, -t\fP="": Mount target path, will print mount, if provided

.SS delete, del, remove, rm
Remove snapshots

.SS label
Add labels to content

.SS tree
Display tree view of snapshot branches

.SS unpack
Unpack applies layers from a manifest to a snapshot

.PP
\fB--snapshotter\fP="": Snapshotter name. Empty value stands for the default value.

.PP
\fB--sync-fs\fP: Synchronize the underlying filesystem containing files when unpack images, false by default

.SS usage
Usage snapshots

.PP
\fB-b\fP: Display size in bytes

.SS view
Create a read-only snapshot from a committed snapshot

.PP
\fB--mounts\fP: Print out snapshot mounts as JSON

.PP
\fB--target, -t\fP="": Mount target path, will print mount, if provided

.SH tasks, t, task
Manage tasks

.SS attach
Attach to the IO of a running container

.SS checkpoint
Checkpoint a container

.PP
\fB--exit\fP: Stop the container after the checkpoint

.PP
\fB--image-path\fP="": Path to criu image files

.PP
\fB--work-path\fP="": Path to criu work files and logs

.SS delete, del, remove, rm
Delete one or more tasks

.PP
\fB--exec-id\fP="": Process ID to kill

.PP
\fB--force, -f\fP: Force delete task process

.SS exec
Execute additional processes in an existing container

.PP
\fB--cwd\fP="": Working directory of the new process

.PP
\fB--detach, -d\fP: Detach from the task after it has started execution

.PP
\fB--exec-id\fP="": Exec specific id for the process

.PP
\fB--fifo-dir\fP="": Directory used for storing IO FIFOs

.PP
\fB--log-uri\fP="": Log uri for custom shim logging

.PP
\fB--tty, -t\fP: Allocate a TTY for the container

.PP
\fB--user\fP="": User id or name

.SS list, ls
List tasks

.PP
\fB--quiet, -q\fP: Print only the task id

.SS kill
Signal a container (default: SIGTERM)

.PP
\fB--all, -a\fP: Send signal to all processes inside the container

.PP
\fB--exec-id\fP="": Process ID to kill

.PP
\fB--signal, -s\fP="": Signal to send to the container

.SS metrics, metric
Get a single data point of metrics for a task with the built-in Linux runtime

.PP
\fB--format\fP="": "table" or "json" (default: "table")

.SS pause
Pause an existing container

.SS ps
List processes for container

.SS resume
Resume a paused container

.SS start
Start a container that has been created

.PP
\fB--detach, -d\fP: Detach from the task after it has started execution

.PP
\fB--fifo-dir\fP="": Directory used for storing IO FIFOs

.PP
\fB--log-uri\fP="": Log uri

.PP
\fB--no-pivot\fP: Disable use of pivot-root (linux only)

.PP
\fB--null-io\fP: Send all IO to /dev/null

.PP
\fB--pid-file\fP="": File path to write the task's pid

.SH install
Install a new package

.PP
\fB--libs, -l\fP: Install libs from the image

.PP
\fB--path\fP="": Set an optional install path other than the managed opt directory

.PP
\fB--replace, -r\fP: Replace any binaries or libs in the opt directory

.SH oci
OCI tools

.SS spec
See the output of the default OCI spec

.PP
\fB--platform\fP="": Platform of the spec to print (Examples: 'linux/arm64', 'windows/amd64')

.SH sandboxes, sandbox, sb, s
Manage sandboxes

.SS run, create, c, r
Run a new sandbox

.PP
\fB--runtime\fP="": Runtime name (default: "io.containerd.runc.v2")

.SS list, ls
List sandboxes

.PP
\fB--filters\fP="": The list of filters to apply when querying sandboxes from the store

.SS remove, rm
Remove sandboxes

.PP
\fB--force, -f\fP: Ignore shutdown errors when removing sandbox

.SS info, i
Get info about a sandbox

.SH info
Print the server info

.SH deprecations
.SS list
Print warnings for deprecations

.PP
\fB--format\fP="": output format to use (Examples: 'default', 'json')

.SH shim
Interact with a shim directly

.PP
\fB--id\fP="": shim ID

.PP
\fB--shim-address\fP="": shim address (default: computed from shim ID)

.SS delete
Delete a container with a task

.SS exec
Exec a new process in the task's container

.PP
\fB--attach, -a\fP: Stay attached to the container and open the fifos

.PP
\fB--cwd\fP="": Current working directory

.PP
\fB--env, -e\fP="": Add environment vars

.PP
\fB--spec\fP="": Runtime spec

.PP
\fB--stderr\fP="": Specify the path to the stderr fifo

.PP
\fB--stdin\fP="": Specify the path to the stdin fifo

.PP
\fB--stdout\fP="": Specify the path to the stdout fifo

.PP
\fB--tty, -t\fP: Enable tty support

.SS start
Start a container with a task

.SS state
Get the state of all main process of the task

.PP
\fB--api-version\fP="": shim API version {2,3} (default: 3)

.PP
\fB--task-id, -t\fP="": task ID

.SS shutdown
Shutdown shim if there is no active container

.PP
\fB--api-version\fP="": shim API version {2,3} (default: 3)

.SS pprof
Provide golang pprof outputs for containerd-shim

.SS block
Goroutine blocking profile

.PP
\fB--debug\fP="": Output format, value = 0: binary, value > 0: plaintext (default: 0)

.SS goroutines
Print goroutine stack dump

.PP
\fB--debug\fP="": Output format, value = 0: binary, value > 0: plaintext (default: 2)

.SS heap
Dump heap profile

.PP
\fB--debug\fP="": Output format, value = 0: binary, value > 0: plaintext (default: 0)

.SS profile
CPU profile

.PP
\fB--debug\fP="": Output format, value = 0: binary, value > 0: plaintext (default: 0)

.PP
\fB--seconds, -s\fP="": Duration for collection (seconds) (default: 30s)

.SS threadcreate
Goroutine thread creating profile

.PP
\fB--debug\fP="": Output format, value = 0: binary, value > 0: plaintext (default: 0)

.SS trace
Collect execution trace

.PP
\fB--debug\fP="": Output format, value = 0: binary, value > 0: plaintext (default: 0)

.PP
\fB--seconds, -s\fP="": Trace time (seconds) (default: 5s)

Filemanager

Name Type Size Permission Actions
30-systemd-environment-d-generator.8.gz File 63 B 0644
NetworkManager-dispatcher.8.gz File 4.21 KB 0644
NetworkManager-wait-online.service.8.gz File 2.16 KB 0644
NetworkManager.8.gz File 4.5 KB 0644
PAM.8.gz File 2.29 KB 0644
accessdb.8.gz File 726 B 0644
accton.8.gz File 545 B 0644
adcli.8.gz File 9.68 KB 0644
addgnupghome.8.gz File 517 B 0644
addpart.8.gz File 835 B 0644
adduser.8.gz File 6 KB 0644
agetty.8.gz File 7.41 KB 0644
alternatives.8.gz File 4.68 KB 0644
anacron.8.gz File 2.58 KB 0644
apachectl.8.gz File 1.66 KB 0644
applygnupgdefaults.8.gz File 521 B 0644
arp.8.gz File 2.43 KB 0644
arping.8.gz File 1.43 KB 0644
arptables-nft-restore.8.gz File 935 B 0644
arptables-nft-save.8.gz File 1.08 KB 0644
arptables-nft.8.gz File 4.39 KB 0644
arptables-restore.8.gz File 935 B 0644
arptables-save.8.gz File 1.08 KB 0644
arptables.8.gz File 4.39 KB 0644
atd.8.gz File 853 B 0644
atrun.8.gz File 336 B 0644
auditctl.8.gz File 7.51 KB 0644
auditd.8.gz File 1.86 KB 0644
augenrules.8.gz File 686 B 0644
aulast.8.gz File 1.05 KB 0644
aulastlog.8.gz File 472 B 0644
aureport.8.gz File 2.59 KB 0644
ausearch.8.gz File 5.54 KB 0644
ausyscall.8.gz File 1.15 KB 0644
authselect.8.gz File 4.68 KB 0644
autrace.8.gz File 666 B 0644
auvirt.8.gz File 1.67 KB 0644
avcstat.8.gz File 457 B 0644
badblocks.8.gz File 2.68 KB 0644
biosdecode.8.gz File 970 B 0644
blkdeactivate.8.gz File 1.53 KB 0444
blkdiscard.8.gz File 1.63 KB 0644
blkid.8.gz File 4.8 KB 0644
blkiomon.8.gz File 1.22 KB 0644
blkmapd.8.gz File 960 B 0644
blktrace.8.gz File 3.17 KB 0644
blkzone.8.gz File 1.94 KB 0644
blockdev.8.gz File 1.55 KB 0644
bluetoothd.8.gz File 1.45 KB 0644
booleans.8.gz File 874 B 0644
bpftool-btf.8.gz File 3.61 KB 0644
bpftool-cgroup.8.gz File 2.52 KB 0644
bpftool-feature.8.gz File 2.04 KB 0644
bpftool-gen.8.gz File 6.02 KB 0644
bpftool-iter.8.gz File 1.6 KB 0644
bpftool-link.8.gz File 1.91 KB 0644
bpftool-map.8.gz File 4.26 KB 0644
bpftool-net.8.gz File 2.41 KB 0644
bpftool-perf.8.gz File 1.5 KB 0644
bpftool-prog.8.gz File 5.71 KB 0644
bpftool-struct_ops.8.gz File 1.61 KB 0644
bpftool.8.gz File 1.47 KB 0644
bridge.8.gz File 11.82 KB 0644
btrace.8.gz File 1.07 KB 0644
btrecord.8.gz File 2.56 KB 0644
btreplay.8.gz File 2.65 KB 0644
ca-legacy.8.gz File 1.31 KB 0644
cache_check.8.gz File 859 B 0644
cache_dump.8.gz File 731 B 0644
cache_metadata_size.8.gz File 662 B 0644
cache_repair.8.gz File 737 B 0644
cache_restore.8.gz File 892 B 0644
cache_writeback.8.gz File 753 B 0644
catman.8.gz File 1.43 KB 0644
cbq.8.gz File 38 B 0644
cfdisk.8.gz File 3.26 KB 0644
cgdisk.8.gz File 6.34 KB 0644
chcat.8.gz File 737 B 0644
chcpu.8.gz File 1.53 KB 0644
checkmodule.8.gz File 1.08 KB 0644
checkpolicy.8.gz File 1.26 KB 0644
chgpasswd.8.gz File 2.48 KB 0644
chkconfig.8.gz File 2.84 KB 0644
chmem.8.gz File 2.01 KB 0644
chpasswd.8.gz File 2.28 KB 0644
chronyd.8.gz File 3.85 KB 0644
clock.8.gz File 39 B 0644
clockdiff.8.gz File 1.41 KB 0644
cockpit-tls.8.gz File 2.41 KB 0644
cockpit-ws.8.gz File 2.25 KB 0644
cockpit_session_selinux.8cockpit.gz File 1.83 KB 0644
cockpit_ws_selinux.8cockpit.gz File 1.7 KB 0644
cons.saver.8.gz File 811 B 0644
container_selinux.8.gz File 3.74 KB 0644
containerd-config.8 File 1.12 KB 0644
containerd.8 File 1.79 KB 0644
convertquota.8.gz File 713 B 0644
cracklib-check.8.gz File 386 B 0644
cracklib-format.8.gz File 1.51 KB 0644
cracklib-packer.8.gz File 47 B 0644
cracklib-unpacker.8.gz File 47 B 0644
create-cracklib-dict.8.gz File 469 B 0644
cron.8.gz File 3.72 KB 0644
crond.8.gz File 36 B 0644
cryptsetup-benchmark.8.gz File 2.84 KB 0644
cryptsetup-bitlkDump.8.gz File 1.85 KB 0644
cryptsetup-bitlkOpen.8.gz File 41 B 0644
cryptsetup-close.8.gz File 1.53 KB 0644
cryptsetup-config.8.gz File 1.79 KB 0644
cryptsetup-convert.8.gz File 1.61 KB 0644
cryptsetup-create.8.gz File 41 B 0644
cryptsetup-erase.8.gz File 1.66 KB 0644
cryptsetup-fvault2Dump.8.gz File 1.86 KB 0644
cryptsetup-fvault2Open.8.gz File 41 B 0644
cryptsetup-isLuks.8.gz File 1.48 KB 0644
cryptsetup-loopaesOpen.8.gz File 41 B 0644
cryptsetup-luksAddKey.8.gz File 5.23 KB 0644
cryptsetup-luksChangeKey.8.gz File 4.14 KB 0644
cryptsetup-luksConvertKey.8.gz File 3.88 KB 0644
cryptsetup-luksDump.8.gz File 2.72 KB 0644
cryptsetup-luksErase.8.gz File 42 B 0644
cryptsetup-luksFormat.8.gz File 7.38 KB 0644
cryptsetup-luksHeaderBackup.8.gz File 1.63 KB 0644
cryptsetup-luksHeaderRestore.8.gz File 1.55 KB 0644
cryptsetup-luksKillSlot.8.gz File 2.27 KB 0644
cryptsetup-luksOpen.8.gz File 41 B 0644
cryptsetup-luksRemoveKey.8.gz File 2.14 KB 0644
cryptsetup-luksResume.8.gz File 3.31 KB 0644
cryptsetup-luksSuspend.8.gz File 1.56 KB 0644
cryptsetup-luksUUID.8.gz File 1.51 KB 0644
cryptsetup-open.8.gz File 7.82 KB 0644
cryptsetup-plainOpen.8.gz File 41 B 0644
cryptsetup-reencrypt.8.gz File 9.37 KB 0644
cryptsetup-refresh.8.gz File 2.71 KB 0644
cryptsetup-repair.8.gz File 2.43 KB 0644
cryptsetup-resize.8.gz File 2.97 KB 0644
cryptsetup-status.8.gz File 1.3 KB 0644
cryptsetup-tcryptDump.8.gz File 2.26 KB 0644
cryptsetup-tcryptOpen.8.gz File 41 B 0644
cryptsetup-token.8.gz File 2.41 KB 0644
cryptsetup.8.gz File 10.76 KB 0644
ctr.8 File 30.38 KB 0644
ctrlaltdel.8.gz File 1.12 KB 0644
ctstat.8.gz File 38 B 0644
cyrusbdb2current.8.gz File 2.08 KB 0644
dcb-app.8.gz File 2.75 KB 0644
dcb-apptrust.8.gz File 1.22 KB 0644
dcb-buffer.8.gz File 1.45 KB 0644
dcb-dcbx.8.gz File 1.29 KB 0644
dcb-ets.8.gz File 2.12 KB 0644
dcb-maxrate.8.gz File 1.2 KB 0644
dcb-pfc.8.gz File 1.46 KB 0644
dcb-rewr.8.gz File 2.25 KB 0644
dcb.8.gz File 1.94 KB 0644
ddns-confgen.8.gz File 1.62 KB 0644
debugfs.8.gz File 7.39 KB 0644
delpart.8.gz File 755 B 0644
depmod.8.gz File 2.35 KB 0644
devlink-dev.8.gz File 2.43 KB 0644
devlink-dpipe.8.gz File 633 B 0644
devlink-health.8.gz File 1.31 KB 0644
devlink-lc.8.gz File 777 B 0644
devlink-monitor.8.gz File 504 B 0644
devlink-port.8.gz File 2.76 KB 0644
devlink-rate.8.gz File 2.37 KB 0644
devlink-region.8.gz File 919 B 0644
devlink-resource.8.gz File 600 B 0644
devlink-sb.8.gz File 1.81 KB 0644
devlink-trap.8.gz File 1.18 KB 0644
devlink.8.gz File 1.34 KB 0644
dhclient-script.8.gz File 4.8 KB 0644
dhclient.8.gz File 8 KB 0644
dirmngr.8.gz File 9.69 KB 0644
dmeventd.8.gz File 2.1 KB 0444
dmfilemapd.8.gz File 2.58 KB 0444
dmidecode.8.gz File 4.24 KB 0644
dmsetup.8.gz File 9.35 KB 0444
dmstats.8.gz File 11.12 KB 0444
dnf-builddep.8.gz File 1.15 KB 0644
dnf-changelog.8.gz File 896 B 0644
dnf-config-manager.8.gz File 1.46 KB 0644
dnf-copr.8.gz File 1.33 KB 0644
dnf-debug.8.gz File 1.23 KB 0644
dnf-debuginfo-install.8.gz File 895 B 0644
dnf-download.8.gz File 1.24 KB 0644
dnf-generate_completion_cache.8.gz File 508 B 0644
dnf-groups-manager.8.gz File 1.53 KB 0644
dnf-needs-restarting.8.gz File 1.14 KB 0644
dnf-offline-distrosync.8.gz File 2.51 KB 0644
dnf-offline-upgrade.8.gz File 2.51 KB 0644
dnf-repoclosure.8.gz File 1 KB 0644
dnf-repodiff.8.gz File 1.17 KB 0644
dnf-repograph.8.gz File 773 B 0644
dnf-repomanage.8.gz File 1.25 KB 0644
dnf-reposync.8.gz File 1.69 KB 0644
dnf-system-upgrade.8.gz File 2.51 KB 0644
dnf.8.gz File 22.26 KB 0644
dnf.kpatch.8.gz File 699 B 0644
dnssec-cds.8.gz File 2.99 KB 0644
dnssec-checkds.8.gz File 1001 B 0644
dnssec-coverage.8.gz File 2.13 KB 0644
dnssec-dsfromkey.8.gz File 1.88 KB 0644
dnssec-importkey.8.gz File 1.78 KB 0644
dnssec-keyfromlabel.8.gz File 4.07 KB 0644
dnssec-keygen.8.gz File 4.8 KB 0644
dnssec-keymgr.8.gz File 3.06 KB 0644
dnssec-revoke.8.gz File 1.07 KB 0644
dnssec-settime.8.gz File 3.31 KB 0644
dnssec-signzone.8.gz File 5.73 KB 0644
dnssec-verify.8.gz File 1.6 KB 0644
dockerd.8.gz File 6.47 KB 0644
dosfsck.8.gz File 3.83 KB 0644
dosfslabel.8.gz File 3 KB 0644
dracut-cmdline.service.8.gz File 614 B 0644
dracut-initqueue.service.8.gz File 616 B 0644
dracut-mount.service.8.gz File 609 B 0644
dracut-pre-mount.service.8.gz File 615 B 0644
dracut-pre-pivot.service.8.gz File 619 B 0644
dracut-pre-trigger.service.8.gz File 614 B 0644
dracut-pre-udev.service.8.gz File 613 B 0644
dracut-shutdown.service.8.gz File 1.25 KB 0644
dracut.8.gz File 13.19 KB 0644
dump-acct.8.gz File 790 B 0644
dump-utmp.8.gz File 510 B 0644
dumpe2fs.8.gz File 1.34 KB 0644
e2freefrag.8.gz File 1.1 KB 0644
e2fsck.8.gz File 5.65 KB 0644
e2image.8.gz File 3.88 KB 0644
e2label.8.gz File 627 B 0644
e2mmpstatus.8.gz File 942 B 0644
e2undo.8.gz File 990 B 0644
e4crypt.8.gz File 1.18 KB 0644
e4defrag.8.gz File 1.12 KB 0644
ebtables-nft.8.gz File 11.97 KB 0644
ebtables.8.gz File 11.97 KB 0644
edquota.8.gz File 2.07 KB 0644
era_check.8.gz File 607 B 0644
era_dump.8.gz File 782 B 0644
era_invalidate.8.gz File 726 B 0644
era_restore.8.gz File 798 B 0644
ether-wake.8.gz File 1.47 KB 0644
ethtool.8.gz File 15.92 KB 0644
exportfs.8.gz File 3 KB 0644
faillock.8.gz File 1.18 KB 0644
fatlabel.8.gz File 3 KB 0644
fcgistarter.8.gz File 508 B 0644
fdformat.8.gz File 1.26 KB 0644
fdisk.8.gz File 6.17 KB 0644
filefrag.8.gz File 980 B 0644
filter-aaaa.8.gz File 1.41 KB 0644
findfs.8.gz File 1.15 KB 0644
findmnt.8.gz File 4.04 KB 0644
fips-finish-install.8.gz File 1.08 KB 0644
fips-mode-setup.8.gz File 1.47 KB 0644
fixfiles.8.gz File 1.47 KB 0644
fixparts.8.gz File 4.24 KB 0644
fsadm.8.gz File 1.3 KB 0444
fsck.8.gz File 4.69 KB 0644
fsck.cramfs.8.gz File 1014 B 0644
fsck.ext2.8.gz File 5.65 KB 0644
fsck.ext3.8.gz File 5.65 KB 0644
fsck.ext4.8.gz File 5.65 KB 0644
fsck.fat.8.gz File 3.83 KB 0644
fsck.minix.8.gz File 2.08 KB 0644
fsck.msdos.8.gz File 3.83 KB 0644
fsck.vfat.8.gz File 3.83 KB 0644
fsck.xfs.8.gz File 465 B 0644
fsfreeze.8.gz File 1.63 KB 0644
fstrim.8.gz File 2.7 KB 0644
garbd.8.gz File 1.1 KB 0644
gdisk.8.gz File 10.14 KB 0644
genhomedircon.8.gz File 569 B 0644
genl-ctrl-list.8.gz File 928 B 0644
genl.8.gz File 770 B 0644
getcap.8.gz File 551 B 0644
getenforce.8.gz File 268 B 0644
getkeycodes.8.gz File 238 B 0644
getpcaps.8.gz File 611 B 0644
getsebool.8.gz File 633 B 0644
groupadd.8.gz File 2.59 KB 0644
groupdel.8.gz File 1.64 KB 0644
groupmems.8.gz File 1.63 KB 0644
groupmod.8.gz File 2.28 KB 0644
grpck.8.gz File 2.11 KB 0644
grpconv.8.gz File 38 B 0644
grpunconv.8.gz File 38 B 0644
grub2-bios-setup.8.gz File 1003 B 0644
grub2-install.8.gz File 1.87 KB 0644
grub2-macbless.8.gz File 578 B 0644
grub2-mkconfig.8.gz File 596 B 0644
grub2-probe.8.gz File 910 B 0644
grub2-reboot.8.gz File 920 B 0644
grub2-set-default.8.gz File 654 B 0644
grub2-set-password.8.gz File 686 B 0644
grub2-setpassword.8.gz File 50 B 0644
grub2-switch-to-blscfg.8.gz File 574 B 0644
grubby.8.gz File 2.21 KB 0644
gssd.8.gz File 4.34 KB 0644
gssproxy-mech.8.gz File 1.34 KB 0644
gssproxy.8.gz File 1.5 KB 0644
halt.8.gz File 1.21 KB 0644
hdparm.8.gz File 13.48 KB 0644
htcacheclean.8.gz File 2.39 KB 0644
httpd.8.gz File 1.92 KB 0644
hwclock.8.gz File 12.08 KB 0644
i386.8.gz File 39 B 0644
iconvconfig.8.gz File 1.01 KB 0644
idmapd.8.gz File 1.52 KB 0644
ifconfig.8.gz File 3.34 KB 0644
ifenslave.8.gz File 953 B 0644
ifstat.8.gz File 957 B 0644
insmod.8.gz File 934 B 0644
installkernel.8.gz File 451 B 0644
intro.8.gz File 641 B 0644
iotop.8.gz File 1.76 KB 0644
ip-address.8.gz File 4.32 KB 0644
ip-addrlabel.8.gz File 669 B 0644
ip-fou.8.gz File 938 B 0644
ip-gue.8.gz File 38 B 0644
ip-ioam.8.gz File 608 B 0644
ip-l2tp.8.gz File 4.14 KB 0644
ip-link.8.gz File 19.79 KB 0644
ip-macsec.8.gz File 1.51 KB 0644
ip-maddress.8.gz File 557 B 0644
ip-monitor.8.gz File 1.42 KB 0644
ip-mptcp.8.gz File 2.33 KB 0644
ip-mroute.8.gz File 649 B 0644
ip-neighbour.8.gz File 2.33 KB 0644
ip-netconf.8.gz File 494 B 0644
ip-netns.8.gz File 2.45 KB 0644
ip-nexthop.8.gz File 2.23 KB 0644
ip-ntable.8.gz File 765 B 0644
ip-route.8.gz File 10.67 KB 0644
ip-rule.8.gz File 3.5 KB 0644
ip-sr.8.gz File 751 B 0644
ip-stats.8.gz File 1.72 KB 0644
ip-tcp_metrics.8.gz File 1.46 KB 0644
ip-token.8.gz File 812 B 0644
ip-tunnel.8.gz File 2.15 KB 0644
ip-vrf.8.gz File 1.66 KB 0644
ip-xfrm.8.gz File 3.89 KB 0644
ip.8.gz File 3.69 KB 0644
ip6tables-restore-translate.8.gz File 49 B 0644
ip6tables-restore.8.gz File 48 B 0644
ip6tables-save.8.gz File 45 B 0644
ip6tables-translate.8.gz File 49 B 0644
ip6tables.8.gz File 40 B 0644
ipmaddr.8.gz File 394 B 0644
iprconfig.8.gz File 7.95 KB 0644
iprdbg.8.gz File 573 B 0644
iprdump.8.gz File 1022 B 0644
iprinit.8.gz File 841 B 0644
iprsos.8.gz File 632 B 0644
iprupdate.8.gz File 939 B 0644
ipset-translate.8.gz File 1.61 KB 0644
ipset.8.gz File 10.53 KB 0644
iptables-extensions.8.gz File 34.16 KB 0644
iptables-restore-translate.8.gz File 49 B 0644
iptables-restore.8.gz File 1.69 KB 0644
iptables-save.8.gz File 1.43 KB 0644
iptables-translate.8.gz File 49 B 0644
iptables.8.gz File 8.14 KB 0644
iptunnel.8.gz File 557 B 0644
isosize.8.gz File 1.11 KB 0644
kbdrate.8.gz File 1.17 KB 0644
kdumpctl.8.gz File 1.31 KB 0644
kernel-install.8.gz File 4.79 KB 0644
kexec.8.gz File 3.03 KB 0644
key.dns_resolver.8.gz File 991 B 0644
kmod.8.gz File 948 B 0644
kpartx.8.gz File 1021 B 0644
lastlog.8.gz File 1.88 KB 0644
ld-linux.8.gz File 37 B 0644
ld-linux.so.8.gz File 37 B 0644
ld.so.8.gz File 8.88 KB 0644
ldattach.8.gz File 2.08 KB 0644
ldconfig.8.gz File 1.92 KB 0644
ledctl.8.gz File 6.25 KB 0644
ledmon.8.gz File 4.01 KB 0644
libnss_myhostname.so.2.8.gz File 46 B 0644
libnss_resolve.so.2.8.gz File 43 B 0644
libnss_systemd.so.2.8.gz File 43 B 0644
linux32.8.gz File 39 B 0644
linux64.8.gz File 39 B 0644
lnstat.8.gz File 2.57 KB 0644
load_policy.8.gz File 541 B 0644
loadunimap.8.gz File 585 B 0644
logrotate.8.gz File 8.45 KB 0644
logsave.8.gz File 826 B 0644
losetup.8.gz File 3.04 KB 0644
lsblk.8.gz File 3.57 KB 0644
lslocks.8.gz File 1.74 KB 0644
lsmod.8.gz File 793 B 0644
lsns.8.gz File 1.57 KB 0644
lspci.8.gz File 4.34 KB 0644
lsscsi.8.gz File 10.02 KB 0644
lsusb.8.gz File 994 B 0644
lvchange.8.gz File 8.98 KB 0444
lvconvert.8.gz File 12.46 KB 0444
lvcreate.8.gz File 13.42 KB 0444
lvdisplay.8.gz File 5.5 KB 0444
lvextend.8.gz File 6.55 KB 0444
lvm-config.8.gz File 36 B 0444
lvm-dumpconfig.8.gz File 36 B 0444
lvm-fullreport.8.gz File 4.8 KB 0444
lvm-lvpoll.8.gz File 3.16 KB 0444
lvm.8.gz File 6.56 KB 0444
lvm_import_vdo.8.gz File 1.36 KB 0444
lvmconfig.8.gz File 4.56 KB 0444
lvmdevices.8.gz File 5.17 KB 0444
lvmdiskscan.8.gz File 2.77 KB 0444
lvmdump.8.gz File 1.65 KB 0444
lvmpolld.8.gz File 1.52 KB 0444
lvmsadc.8.gz File 297 B 0444
lvmsar.8.gz File 290 B 0444
lvreduce.8.gz File 4.52 KB 0444
lvremove.8.gz File 4.08 KB 0444
lvrename.8.gz File 3.14 KB 0444
lvresize.8.gz File 6.26 KB 0444
lvs.8.gz File 6.29 KB 0444
lvscan.8.gz File 3.12 KB 0444
makedumpfile.8.gz File 7.2 KB 0644
mandb.8.gz File 2.49 KB 0644
mapscrn.8.gz File 1.47 KB 0644
mariadbd.8.gz File 37 B 0644
matchpathcon.8.gz File 827 B 0644
mcelog.8.gz File 4.07 KB 0644
mdadm.8.gz File 31.29 KB 0644
mdmon.8.gz File 3.11 KB 0644
mii-diag.8.gz File 2.23 KB 0644
mii-tool.8.gz File 1.66 KB 0644
mkdosfs.8.gz File 4.86 KB 0644
mkdumprd.8.gz File 876 B 0644
mke2fs.8.gz File 9.07 KB 0644
mkfs.8.gz File 1.55 KB 0644
mkfs.cramfs.8.gz File 1.44 KB 0644
mkfs.ext2.8.gz File 9.07 KB 0644
mkfs.ext3.8.gz File 9.07 KB 0644
mkfs.ext4.8.gz File 9.07 KB 0644
mkfs.fat.8.gz File 4.86 KB 0644
mkfs.minix.8.gz File 1.68 KB 0644
mkfs.msdos.8.gz File 4.86 KB 0644
mkfs.vfat.8.gz File 4.86 KB 0644
mkfs.xfs.8.gz File 10.38 KB 0644
mkhomedir_helper.8.gz File 887 B 0644
mklost+found.8.gz File 694 B 0644
mkswap.8.gz File 2.54 KB 0644
modinfo.8.gz File 1.6 KB 0644
modprobe.8.gz File 3.49 KB 0644
mount.8.gz File 29.09 KB 0644
mount.fuse.8.gz File 3.84 KB 0644
mount.nfs.8.gz File 877 B 0644
mountd.8.gz File 4.72 KB 0644
mountstats.8.gz File 1.21 KB 0644
mtr-packet.8.gz File 3.31 KB 0644
mtr.8.gz File 4.96 KB 0644
mysqld.8.gz File 1.34 KB 0644
named-checkconf.8.gz File 1.48 KB 0644
named-checkzone.8.gz File 2.79 KB 0644
named-compilezone.8.gz File 2.79 KB 0644
named-journalprint.8.gz File 1.29 KB 0644
named-nzd2nzf.8.gz File 692 B 0644
named.8.gz File 3.47 KB 0644
nameif.8.gz File 633 B 0644
ndptool.8.gz File 568 B 0644
netstat.8.gz File 4.41 KB 0644
newusers.8.gz File 4.13 KB 0644
nfsconf.8.gz File 1.44 KB 0644
nfsd.8.gz File 2.24 KB 0644
nfsdcld.8.gz File 3.36 KB 0644
nfsdclddb.8.gz File 872 B 0644
nfsdclnts.8.gz File 1.51 KB 0644
nfsdcltrack.8.gz File 1.89 KB 0644
nfsidmap.8.gz File 1.77 KB 0644
nfsiostat.8.gz File 1.21 KB 0644
nfsref.8.gz File 1.89 KB 0644
nfsstat.8.gz File 1.67 KB 0644
nft.8.gz File 38 KB 0644
nl-classid-lookup.8.gz File 535 B 0644
nl-pktloc-lookup.8.gz File 701 B 0644
nl-qdisc-add.8.gz File 1.27 KB 0644
nl-qdisc-delete.8.gz File 44 B 0644
nl-qdisc-list.8.gz File 44 B 0644
nm-initrd-generator.8.gz File 2.46 KB 0644
nologin.8.gz File 1.21 KB 0644
nscd.8.gz File 1.08 KB 0644
nsec3hash.8.gz File 1011 B 0644
nss-myhostname.8.gz File 1.86 KB 0644
nss-systemd.8.gz File 2.85 KB 0644
nstat.8.gz File 38 B 0644
ownership.8.gz File 475 B 0644
p11-kit.8.gz File 2.73 KB 0644
pam.8.gz File 35 B 0644
pam_access.8.gz File 2.2 KB 0644
pam_console.8.gz File 1.73 KB 0644
pam_console_apply.8.gz File 1.12 KB 0644
pam_debug.8.gz File 1.37 KB 0644
pam_deny.8.gz File 1.07 KB 0644
pam_echo.8.gz File 1.23 KB 0644
pam_env.8.gz File 1.73 KB 0644
pam_exec.8.gz File 1.83 KB 0644
pam_faildelay.8.gz File 1016 B 0644
pam_faillock.8.gz File 2.97 KB 0644
pam_filter.8.gz File 1.96 KB 0644
pam_fprintd.8.gz File 2.5 KB 0644
pam_ftp.8.gz File 1.43 KB 0644
pam_group.8.gz File 1.38 KB 0644
pam_issue.8.gz File 1.29 KB 0644
pam_keyinit.8.gz File 1.85 KB 0644
pam_lastlog.8.gz File 1.97 KB 0644
pam_limits.8.gz File 1.85 KB 0644
pam_listfile.8.gz File 2.29 KB 0644
pam_localuser.8.gz File 1.35 KB 0644
pam_loginuid.8.gz File 1.24 KB 0644
pam_mail.8.gz File 1.63 KB 0644
pam_mkhomedir.8.gz File 1.45 KB 0644
pam_motd.8.gz File 1.74 KB 0644
pam_namespace.8.gz File 2.73 KB 0644
pam_namespace_helper.8.gz File 824 B 0644
pam_nologin.8.gz File 1.34 KB 0644
pam_permit.8.gz File 1.02 KB 0644
pam_postgresok.8.gz File 516 B 0644
pam_pwhistory.8.gz File 1.69 KB 0644
pam_pwquality.8.gz File 4.81 KB 0644
pam_rhosts.8.gz File 1.48 KB 0644
pam_rootok.8.gz File 1.12 KB 0644
pam_securetty.8.gz File 1.55 KB 0644
pam_selinux.8.gz File 1.8 KB 0644
pam_sepermit.8.gz File 1.44 KB 0644
pam_setquota.8.gz File 1.95 KB 0644
pam_shells.8.gz File 949 B 0644
pam_ssh_add.8.gz File 1.13 KB 0644
pam_sss.8.gz File 3.45 KB 0644
pam_sss_gss.8.gz File 2.5 KB 0644
pam_stress.8.gz File 1.81 KB 0644
pam_succeed_if.8.gz File 1.76 KB 0644
pam_systemd.8.gz File 3.92 KB 0644
pam_time.8.gz File 1.36 KB 0644
pam_timestamp.8.gz File 1.49 KB 0644
pam_timestamp_check.8.gz File 1.27 KB 0644
pam_tty_audit.8.gz File 1.8 KB 0644
pam_umask.8.gz File 1.6 KB 0644
pam_unix.8.gz File 3.25 KB 0644
pam_userdb.8.gz File 1.76 KB 0644
pam_usertype.8.gz File 1.33 KB 0644
pam_warn.8.gz File 1.06 KB 0644
pam_wheel.8.gz File 1.56 KB 0644
pam_xauth.8.gz File 2.2 KB 0644
paperconfig.8.gz File 835 B 0644
parted.8.gz File 2.47 KB 0644
partprobe.8.gz File 884 B 0644
partx.8.gz File 2.29 KB 0644
ping.8.gz File 6.51 KB 0644
ping6.8.gz File 6.51 KB 0644
pivot_root.8.gz File 1.48 KB 0644
pkla-admin-identities.8.gz File 2.09 KB 0644
pkla-check-authorization.8.gz File 3.84 KB 0644
pklocalauthority.8.gz File 758 B 0644
plipconfig.8.gz File 889 B 0644
pluginviewer.8.gz File 1.76 KB 0644
polkit.8.gz File 7.92 KB 0644
polkitd.8.gz File 985 B 0644
poweroff.8.gz File 36 B 0644
pvchange.8.gz File 3.81 KB 0444
pvck.8.gz File 5.54 KB 0444
pvcreate.8.gz File 5.96 KB 0444
pvdisplay.8.gz File 5.49 KB 0444
pvmove.8.gz File 5.37 KB 0444
pvremove.8.gz File 3.14 KB 0444
pvresize.8.gz File 3.29 KB 0444
pvs.8.gz File 4.99 KB 0444
pvscan.8.gz File 4.66 KB 0444
pwck.8.gz File 2.24 KB 0644
pwconv.8.gz File 2.06 KB 0644
pwhistory_helper.8.gz File 907 B 0644
pwunconv.8.gz File 38 B 0644
qemu-ga.8.gz File 2.01 KB 0644
quotacheck.8.gz File 2.26 KB 0644
quotaoff.8.gz File 1.83 KB 0644
quotaon.8.gz File 1.83 KB 0644
quotastats.8.gz File 390 B 0644
rc-local.service.8.gz File 58 B 0644
rdisc.8.gz File 1.9 KB 0644
rdma-dev.8.gz File 1.18 KB 0644
rdma-link.8.gz File 748 B 0644
rdma-monitor.8.gz File 475 B 0644
rdma-resource.8.gz File 900 B 0644
rdma-statistic.8.gz File 1.67 KB 0644
rdma-system.8.gz File 1 KB 0644
rdma.8.gz File 1.33 KB 0644
readprofile.8.gz File 2.38 KB 0644
realm.8.gz File 4.34 KB 0644
reboot.8.gz File 36 B 0644
repquota.8.gz File 1.88 KB 0644
request-key.8.gz File 1.12 KB 0644
rescan-scsi-bus.sh.8.gz File 1.54 KB 0644
resize2fs.8.gz File 2.3 KB 0644
resizecons.8.gz File 1.1 KB 0644
resizepart.8.gz File 826 B 0644
restorecon.8.gz File 2.6 KB 0644
restorecon_xattr.8.gz File 1022 B 0644
rfkill.8.gz File 1.76 KB 0644
rmmod.8.gz File 1.15 KB 0644
rndc-confgen.8.gz File 1.53 KB 0644
rndc.8.gz File 8.7 KB 0644
rotatelogs.8.gz File 3.48 KB 0644
route.8.gz File 3.46 KB 0644
routel.8.gz File 491 B 0644
rpc.gssd.8.gz File 4.34 KB 0644
rpc.idmapd.8.gz File 1.52 KB 0644
rpc.mountd.8.gz File 4.72 KB 0644
rpc.nfsd.8.gz File 2.24 KB 0644
rpc.sm-notify.8.gz File 3.95 KB 0644
rpc.statd.8.gz File 4.5 KB 0644
rpcbind.8.gz File 1.64 KB 0644
rpcctl.8.gz File 941 B 0644
rpcdebug.8.gz File 1.01 KB 0644
rpcinfo.8.gz File 2.33 KB 0644
rpm-misc.8.gz File 769 B 0644
rpm-plugin-audit.8.gz File 569 B 0644
rpm-plugin-selinux.8.gz File 400 B 0644
rpm-plugin-systemd-inhibit.8.gz File 643 B 0644
rpm-plugins.8.gz File 823 B 0644
rpm.8.gz File 8.54 KB 0644
rpm2archive.8.gz File 670 B 0644
rpm2cpio.8.gz File 379 B 0644
rpmdb.8.gz File 887 B 0644
rpmkeys.8.gz File 1002 B 0644
rsyslogd.8.gz File 4.52 KB 0644
rtacct.8.gz File 749 B 0644
rtcwake.8.gz File 3.07 KB 0644
rtkitctl.8.gz File 768 B 0644
rtmon.8.gz File 1.06 KB 0644
rtstat.8.gz File 38 B 0644
runlevel.8.gz File 1.27 KB 0644
sa.8.gz File 3.05 KB 0644
sa1.8.gz File 1.29 KB 0644
sa2.8.gz File 882 B 0644
sadc.8.gz File 2.72 KB 0644
saslauthd.8.gz File 3.44 KB 0644
sasldblistusers2.8.gz File 1.23 KB 0644
saslpasswd2.8.gz File 1.52 KB 0644
scsi-rescan.8.gz File 50 B 0644
scsi_logging_level.8.gz File 1.62 KB 0644
scsi_mandat.8.gz File 886 B 0644
scsi_readcap.8.gz File 1 KB 0644
scsi_ready.8.gz File 807 B 0644
scsi_satl.8.gz File 877 B 0644
scsi_start.8.gz File 788 B 0644
scsi_stop.8.gz File 788 B 0644
scsi_temperature.8.gz File 707 B 0644
sealert.8.gz File 2.12 KB 0644
sedispatch.8.gz File 306 B 0644
sefcontext_compile.8.gz File 700 B 0644
selinux.8.gz File 2.28 KB 0644
selinuxconlist.8.gz File 317 B 0644
selinuxdefcon.8.gz File 365 B 0644
selinuxenabled.8.gz File 314 B 0644
selinuxexeccon.8.gz File 397 B 0644
semanage-boolean.8.gz File 828 B 0644
semanage-dontaudit.8.gz File 632 B 0644
semanage-export.8.gz File 682 B 0644
semanage-fcontext.8.gz File 1.86 KB 0644
semanage-ibendport.8.gz File 914 B 0644
semanage-ibpkey.8.gz File 934 B 0644
semanage-import.8.gz File 679 B 0644
semanage-interface.8.gz File 855 B 0644
semanage-login.8.gz File 1.01 KB 0644
semanage-module.8.gz File 793 B 0644
semanage-node.8.gz File 931 B 0644
semanage-permissive.8.gz File 831 B 0644
semanage-port.8.gz File 999 B 0644
semanage-user.8.gz File 1000 B 0644
semanage.8.gz File 1.07 KB 0644
semodule.8.gz File 1.97 KB 0644
semodule_expand.8.gz File 624 B 0644
semodule_link.8.gz File 547 B 0644
semodule_package.8.gz File 703 B 0644
semodule_unpackage.8.gz File 391 B 0644
service.8.gz File 1.18 KB 0644
sestatus.8.gz File 881 B 0644
setarch.8.gz File 2.22 KB 0644
setcap.8.gz File 901 B 0644
setenforce.8.gz File 347 B 0644
setfiles.8.gz File 3.24 KB 0644
setfont.8.gz File 3.03 KB 0644
setkeycodes.8.gz File 1.24 KB 0644
setpci.8.gz File 2.74 KB 0644
setquota.8.gz File 1.7 KB 0644
setroubleshootd.8.gz File 866 B 0644
setsebool.8.gz File 689 B 0644
setvtrgb.8.gz File 640 B 0644
sfdisk.8.gz File 8.54 KB 0644
sftp-server.8.gz File 2.49 KB 0644
sg3_utils.8.gz File 14.88 KB 0644
sg_bg_ctl.8.gz File 1.62 KB 0644
sg_compare_and_write.8.gz File 4.15 KB 0644
sg_copy_results.8.gz File 2.06 KB 0644
sg_dd.8.gz File 10.07 KB 0644
sg_decode_sense.8.gz File 3.02 KB 0644
sg_emc_trespass.8.gz File 1.07 KB 0644
sg_format.8.gz File 12.05 KB 0644
sg_get_config.8.gz File 2.78 KB 0644
sg_get_elem_status.8.gz File 1.9 KB 0644
sg_get_lba_status.8.gz File 2.75 KB 0644
sg_ident.8.gz File 2.19 KB 0644
sg_inq.8.gz File 8.56 KB 0644
sg_logs.8.gz File 7.4 KB 0644
sg_luns.8.gz File 4.22 KB 0644
sg_map.8.gz File 2.38 KB 0644
sg_map26.8.gz File 2.26 KB 0644
sg_modes.8.gz File 4.52 KB 0644
sg_opcodes.8.gz File 4.5 KB 0644
sg_persist.8.gz File 7.03 KB 0644
sg_prevent.8.gz File 1.29 KB 0644
sg_raw.8.gz File 5.39 KB 0644
sg_rbuf.8.gz File 2.93 KB 0644
sg_rdac.8.gz File 932 B 0644
sg_read.8.gz File 3.44 KB 0644
sg_read_attr.8.gz File 3.13 KB 0644
sg_read_block_limits.8.gz File 1.01 KB 0644
sg_read_buffer.8.gz File 2.31 KB 0644
sg_read_long.8.gz File 2.02 KB 0644
sg_readcap.8.gz File 3.06 KB 0644
sg_reassign.8.gz File 3.13 KB 0644
sg_referrals.8.gz File 1.26 KB 0644
sg_rep_pip.8.gz File 1.11 KB 0644
sg_rep_zones.8.gz File 2.5 KB 0644
sg_requests.8.gz File 2.71 KB 0644
sg_reset.8.gz File 2.61 KB 0644
sg_reset_wp.8.gz File 1.1 KB 0644
sg_rmsn.8.gz File 1.25 KB 0644
sg_rtpg.8.gz File 1.13 KB 0644
sg_safte.8.gz File 1.76 KB 0644
sg_sanitize.8.gz File 4.44 KB 0644
sg_sat_identify.8.gz File 3.15 KB 0644
sg_sat_phy_event.8.gz File 2.34 KB 0644
sg_sat_read_gplog.8.gz File 2.35 KB 0644
sg_sat_set_features.8.gz File 2.33 KB 0644
sg_scan.8.gz File 1.52 KB 0644
sg_seek.8.gz File 2.81 KB 0644
sg_senddiag.8.gz File 4.26 KB 0644
sg_ses.8.gz File 13.49 KB 0644
sg_ses_microcode.8.gz File 5.09 KB 0644
sg_start.8.gz File 4.65 KB 0644
sg_stpg.8.gz File 2.21 KB 0644
sg_stream_ctl.8.gz File 2.43 KB 0644
sg_sync.8.gz File 1.79 KB 0644
sg_test_rwbuf.8.gz File 1.77 KB 0644
sg_timestamp.8.gz File 2.5 KB 0644
sg_turs.8.gz File 2.6 KB 0644
sg_unmap.8.gz File 3.19 KB 0644
sg_verify.8.gz File 3.97 KB 0644
sg_vpd.8.gz File 5.6 KB 0644
sg_wr_mode.8.gz File 3.8 KB 0644
sg_write_buffer.8.gz File 4.11 KB 0644
sg_write_long.8.gz File 3.16 KB 0644
sg_write_same.8.gz File 6.13 KB 0644
sg_write_verify.8.gz File 3.57 KB 0644
sg_write_x.8.gz File 9.82 KB 0644
sg_xcopy.8.gz File 6.14 KB 0644
sg_zone.8.gz File 1.38 KB 0644
sgdisk.8.gz File 10 KB 0644
sginfo.8.gz File 4.75 KB 0644
sgm_dd.8.gz File 4.75 KB 0644
sgp_dd.8.gz File 5.57 KB 0644
showconsolefont.8.gz File 402 B 0644
showmount.8.gz File 934 B 0644
shutdown.8.gz File 1.33 KB 0644
slattach.8.gz File 1.41 KB 0644
sln.8.gz File 549 B 0644
sm-notify.8.gz File 3.95 KB 0644
smartctl.8.gz File 31.69 KB 0644
smartd.8.gz File 10.86 KB 0644
snmpd.8.gz File 4.27 KB 0644
snmptrapd.8.gz File 3.76 KB 0644
ss.8.gz File 6 KB 0644
sscg.8.gz File 2 KB 0644
ssh-keysign.8.gz File 1.4 KB 0644
ssh-pkcs11-helper.8.gz File 1014 B 0644
ssh-sk-helper.8.gz File 1016 B 0644
sshd.8.gz File 11.15 KB 0644
sss_cache.8.gz File 2.03 KB 0644
sssd-kcm.8.gz File 3.76 KB 0644
sssd.8.gz File 3.08 KB 0644
sssd_krb5_localauth_plugin.8.gz File 1.3 KB 0644
sssd_krb5_locator_plugin.8.gz File 2.15 KB 0644
start-stop-daemon.8.gz File 5.73 KB 0644
statd.8.gz File 4.5 KB 0644
stunnel.8.gz File 16.95 KB 0644
sudo.8.gz File 11.52 KB 0644
sudoedit.8.gz File 11.52 KB 0644
sudoreplay.8.gz File 4.7 KB 0644
suexec.8.gz File 690 B 0644
sulogin.8.gz File 1.43 KB 0644
swaplabel.8.gz File 1.17 KB 0644
swapoff.8.gz File 32 B 0644
swapon.8.gz File 3.03 KB 0644
switch_root.8.gz File 1.08 KB 0644
sysctl.8.gz File 1.92 KB 0644
systemd-ask-password-console.path.8.gz File 68 B 0644
systemd-ask-password-console.service.8.gz File 877 B 0644
systemd-ask-password-wall.path.8.gz File 68 B 0644
systemd-ask-password-wall.service.8.gz File 68 B 0644
systemd-backlight.8.gz File 58 B 0644
systemd-backlight@.service.8.gz File 884 B 0644
systemd-binfmt.8.gz File 54 B 0644
systemd-binfmt.service.8.gz File 785 B 0644
systemd-bless-boot-generator.8.gz File 564 B 0644
systemd-bless-boot.8.gz File 58 B 0644
systemd-bless-boot.service.8.gz File 1.7 KB 0644
systemd-boot-check-no-failures.8.gz File 70 B 0644
systemd-boot-check-no-failures.service.8.gz File 776 B 0644
systemd-boot-random-seed.service.8.gz File 1.78 KB 0644
systemd-coredump.8.gz File 4.97 KB 0644
systemd-coredump.socket.8.gz File 48 B 0644
systemd-coredump@.service.8.gz File 48 B 0644
systemd-cryptsetup-generator.8.gz File 2.09 KB 0644
systemd-cryptsetup.8.gz File 59 B 0644
systemd-cryptsetup@.service.8.gz File 1.47 KB 0644
systemd-debug-generator.8.gz File 1.03 KB 0644
systemd-environment-d-generator.8.gz File 568 B 0644
systemd-fsck-root.service.8.gz File 53 B 0644
systemd-fsck.8.gz File 53 B 0644
systemd-fsck@.service.8.gz File 1.34 KB 0644
systemd-fstab-generator.8.gz File 3.27 KB 0644
systemd-getty-generator.8.gz File 1.34 KB 0644
systemd-gpt-auto-generator.8.gz File 3.82 KB 0644
systemd-growfs.8.gz File 55 B 0644
systemd-growfs@.service.8.gz File 55 B 0644
systemd-halt.service.8.gz File 1.13 KB 0644
systemd-hibernate-resume-generator.8.gz File 868 B 0644
systemd-hibernate-resume.8.gz File 65 B 0644
systemd-hibernate-resume@.service.8.gz File 819 B 0644
systemd-hibernate.service.8.gz File 55 B 0644
systemd-hostnamed.8.gz File 57 B 0644
systemd-hostnamed.service.8.gz File 971 B 0644
systemd-hwdb.8.gz File 753 B 0644
systemd-hybrid-sleep.service.8.gz File 55 B 0644
systemd-initctl.8.gz File 55 B 0644
systemd-initctl.service.8.gz File 566 B 0644
systemd-initctl.socket.8.gz File 55 B 0644
systemd-integritysetup-generator.8.gz File 588 B 0644
systemd-integritysetup.8.gz File 63 B 0644
systemd-integritysetup@.service.8.gz File 945 B 0644
systemd-journald-audit.socket.8.gz File 56 B 0644
systemd-journald-dev-log.socket.8.gz File 56 B 0644
systemd-journald-varlink@.socket.8.gz File 56 B 0644
systemd-journald.8.gz File 56 B 0644
systemd-journald.service.8.gz File 4.76 KB 0644
systemd-journald.socket.8.gz File 56 B 0644
systemd-journald@.service.8.gz File 56 B 0644
systemd-journald@.socket.8.gz File 56 B 0644
systemd-kexec.service.8.gz File 52 B 0644
systemd-localed.8.gz File 55 B 0644
systemd-localed.service.8.gz File 687 B 0644
systemd-logind.8.gz File 54 B 0644
systemd-logind.service.8.gz File 1.44 KB 0644
systemd-machine-id-commit.service.8.gz File 943 B 0644
systemd-makefs.8.gz File 55 B 0644
systemd-makefs@.service.8.gz File 1.17 KB 0644
systemd-mkswap@.service.8.gz File 55 B 0644
systemd-modules-load.8.gz File 60 B 0644
systemd-modules-load.service.8.gz File 773 B 0644
systemd-network-generator.8.gz File 65 B 0644
systemd-network-generator.service.8.gz File 879 B 0644
systemd-pcrfs-root.service.8.gz File 56 B 0644
systemd-pcrfs@.service.8.gz File 56 B 0644
systemd-pcrmachine.service.8.gz File 56 B 0644
systemd-pcrphase-initrd.service.8.gz File 56 B 0644
systemd-pcrphase-sysinit.service.8.gz File 56 B 0644
systemd-pcrphase.8.gz File 56 B 0644
systemd-pcrphase.service.8.gz File 2.8 KB 0644
systemd-poweroff.service.8.gz File 52 B 0644
systemd-pstore.8.gz File 54 B 0644
systemd-pstore.service.8.gz File 1.67 KB 0644
systemd-quotacheck.8.gz File 58 B 0644
systemd-quotacheck.service.8.gz File 754 B 0644
systemd-random-seed.8.gz File 59 B 0644
systemd-random-seed.service.8.gz File 1.7 KB 0644
systemd-rc-local-generator.8.gz File 1.12 KB 0644
systemd-reboot.service.8.gz File 52 B 0644
systemd-remount-fs.8.gz File 58 B 0644
systemd-remount-fs.service.8.gz File 1.08 KB 0644
systemd-repart.8.gz File 6.13 KB 0644
systemd-repart.service.8.gz File 46 B 0644
systemd-rfkill.8.gz File 54 B 0644
systemd-rfkill.service.8.gz File 696 B 0644
systemd-rfkill.socket.8.gz File 54 B 0644
systemd-run-generator.8.gz File 1.33 KB 0644
systemd-shutdown.8.gz File 52 B 0644
systemd-sleep.8.gz File 55 B 0644
systemd-socket-proxyd.8.gz File 1.73 KB 0644
systemd-suspend-then-hibernate.service.8.gz File 55 B 0644
systemd-suspend.service.8.gz File 1.54 KB 0644
systemd-sysctl.8.gz File 52 B 0644
systemd-sysctl.service.8.gz File 1.73 KB 0644
systemd-sysext.8.gz File 4.21 KB 0644
systemd-sysext.service.8.gz File 44 B 0644
systemd-system-update-generator.8.gz File 588 B 0644
systemd-sysupdate-reboot.service.8.gz File 47 B 0644
systemd-sysupdate-reboot.timer.8.gz File 47 B 0644
systemd-sysupdate.8.gz File 3.84 KB 0644
systemd-sysupdate.service.8.gz File 47 B 0644
systemd-sysupdate.timer.8.gz File 47 B 0644
systemd-sysusers.8.gz File 2.98 KB 0644
systemd-sysusers.service.8.gz File 46 B 0644
systemd-sysv-generator.8.gz File 1.13 KB 0644
systemd-timedated.8.gz File 57 B 0644
systemd-timedated.service.8.gz File 1.39 KB 0644
systemd-tmpfiles-clean.service.8.gz File 48 B 0644
systemd-tmpfiles-clean.timer.8.gz File 48 B 0644
systemd-tmpfiles-setup-dev.service.8.gz File 48 B 0644
systemd-tmpfiles-setup.service.8.gz File 48 B 0644
systemd-tmpfiles.8.gz File 5.66 KB 0644
systemd-udev-settle.service.8.gz File 938 B 0644
systemd-udevd-control.socket.8.gz File 53 B 0644
systemd-udevd-kernel.socket.8.gz File 53 B 0644
systemd-udevd.8.gz File 53 B 0644
systemd-udevd.service.8.gz File 2.82 KB 0644
systemd-update-done.8.gz File 59 B 0644
systemd-update-done.service.8.gz File 1005 B 0644
systemd-update-utmp-runlevel.service.8.gz File 59 B 0644
systemd-update-utmp.8.gz File 59 B 0644
systemd-update-utmp.service.8.gz File 586 B 0644
systemd-user-sessions.8.gz File 59 B 0644
systemd-user-sessions.service.8.gz File 604 B 0644
systemd-vconsole-setup.8.gz File 62 B 0644
systemd-vconsole-setup.service.8.gz File 841 B 0644
systemd-veritysetup-generator.8.gz File 1.48 KB 0644
systemd-veritysetup.8.gz File 60 B 0644
systemd-veritysetup@.service.8.gz File 976 B 0644
systemd-volatile-root.8.gz File 61 B 0644
systemd-volatile-root.service.8.gz File 862 B 0644
systemd-xdg-autostart-generator.8.gz File 1.25 KB 0644
t1libconfig.8.gz File 732 B 0644
tc-actions.8.gz File 2.3 KB 0644
tc-basic.8.gz File 441 B 0644
tc-bfifo.8.gz File 1.04 KB 0644
tc-bpf.8.gz File 9.86 KB 0644
tc-cake.8.gz File 7.83 KB 0644
tc-cbs.8.gz File 1.76 KB 0644
tc-cgroup.8.gz File 1.01 KB 0644
tc-choke.8.gz File 909 B 0644
tc-codel.8.gz File 1.87 KB 0644
tc-connmark.8.gz File 664 B 0644
tc-csum.8.gz File 758 B 0644
tc-ct.8.gz File 1.24 KB 0644
tc-ctinfo.8.gz File 2.29 KB 0644
tc-drr.8.gz File 1.35 KB 0644
tc-ematch.8.gz File 1.62 KB 0644
tc-etf.8.gz File 1.99 KB 0644
tc-ets.8.gz File 2.48 KB 0644
tc-flow.8.gz File 2.39 KB 0644
tc-flower.8.gz File 4.79 KB 0644
tc-fq.8.gz File 1.84 KB 0644
tc-fq_codel.8.gz File 1.88 KB 0644
tc-fq_pie.8.gz File 2.67 KB 0644
tc-fw.8.gz File 1021 B 0644
tc-gact.8.gz File 833 B 0644
tc-gate.8.gz File 1.52 KB 0644
tc-hfsc.8.gz File 1016 B 0644
tc-htb.8.gz File 2.22 KB 0644
tc-ife.8.gz File 1.45 KB 0644
tc-matchall.8.gz File 794 B 0644
tc-mirred.8.gz File 1.32 KB 0644
tc-mpls.8.gz File 1.83 KB 0644
tc-mqprio.8.gz File 3.05 KB 0644
tc-nat.8.gz File 1.03 KB 0644
tc-netem.8.gz File 4.05 KB 0644
tc-pedit.8.gz File 3.01 KB 0644
tc-pfifo.8.gz File 40 B 0644
tc-pfifo_fast.8.gz File 859 B 0644
tc-pie.8.gz File 1.76 KB 0644
tc-police.8.gz File 1.96 KB 0644
tc-prio.8.gz File 2.49 KB 0644
tc-red.8.gz File 2.4 KB 0644
tc-route.8.gz File 863 B 0644
tc-sample.8.gz File 1.29 KB 0644
tc-sfb.8.gz File 2.82 KB 0644
tc-sfq.8.gz File 3.15 KB 0644
tc-simple.8.gz File 1.26 KB 0644
tc-skbedit.8.gz File 1.04 KB 0644
tc-skbmod.8.gz File 1.42 KB 0644
tc-skbprio.8.gz File 1.2 KB 0644
tc-stab.8.gz File 2.92 KB 0644
tc-taprio.8.gz File 2.92 KB 0644
tc-tbf.8.gz File 2.4 KB 0644
tc-tunnel_key.8.gz File 1.82 KB 0644
tc-u32.8.gz File 6.74 KB 0644
tc-vlan.8.gz File 1.71 KB 0644
tc.8.gz File 8.96 KB 0644
tcpdump.8.gz File 21.9 KB 0644
tcpslice.8.gz File 5.02 KB 0644
tcptraceroute.8.gz File 7.19 KB 0644
teamd.8.gz File 1.22 KB 0644
teamdctl.8.gz File 1.29 KB 0644
teamnl.8.gz File 674 B 0644
telinit.8.gz File 1.01 KB 0644
testsaslauthd.8.gz File 395 B 0644
thin_check.8.gz File 1.27 KB 0644
thin_delta.8.gz File 737 B 0644
thin_dump.8.gz File 1.17 KB 0644
thin_ls.8.gz File 725 B 0644
thin_metadata_pack.8.gz File 522 B 0644
thin_metadata_size.8.gz File 1.22 KB 0644
thin_metadata_unpack.8.gz File 556 B 0644
thin_migrate.8.gz File 970 B 0644
thin_repair.8.gz File 835 B 0644
thin_restore.8.gz File 896 B 0644
thin_rmap.8.gz File 724 B 0644
thin_trim.8.gz File 453 B 0644
tipc-bearer.8.gz File 1.86 KB 0644
tipc-link.8.gz File 3.11 KB 0644
tipc-media.8.gz File 874 B 0644
tipc-nametable.8.gz File 1.18 KB 0644
tipc-node.8.gz File 844 B 0644
tipc-peer.8.gz File 728 B 0644
tipc-socket.8.gz File 832 B 0644
tipc.8.gz File 1.3 KB 0644
tmpwatch.8.gz File 2.48 KB 0644
tracepath.8.gz File 1.93 KB 0644
tracepath6.8.gz File 1.93 KB 0644
tracer.8.gz File 1.42 KB 0644
traceroute.8.gz File 7.19 KB 0644
traceroute6.8.gz File 7.19 KB 0644
tsig-keygen.8.gz File 1.62 KB 0644
tune2fs.8.gz File 8.53 KB 0644
tuned-adm.8.gz File 2.42 KB 0644
tuned-gui.8.gz File 1.02 KB 0644
tuned.8.gz File 1.24 KB 0644
turbostat.8.gz File 10.5 KB 0644
tzselect.8.gz File 1.46 KB 0644
udevadm.8.gz File 7.26 KB 0644
umount.8.gz File 3.86 KB 0644
umount.nfs.8.gz File 730 B 0644
uname26.8.gz File 39 B 0644
unix_chkpwd.8.gz File 864 B 0644
unix_update.8.gz File 872 B 0644
update-alternatives.8.gz File 4.68 KB 0644
update-ca-trust.8.gz File 3.96 KB 0644
update-cracklib.8.gz File 653 B 0644
update-crypto-policies.8.gz File 4.04 KB 0644
update-pciids.8.gz File 456 B 0644
update-smart-drivedb.8.gz File 2.02 KB 0644
updatedb.8.gz File 2.08 KB 0644
upowerd.8.gz File 894 B 0644
usbhid-dump.8.gz File 1.57 KB 0644
useradd.8.gz File 6 KB 0644
userdel.8.gz File 3.14 KB 0644
usermod.8.gz File 4.13 KB 0644
vdodmeventd.8.gz File 378 B 0644
vdodumpconfig.8.gz File 372 B 0644
vdoforcerebuild.8.gz File 549 B 0644
vdoformat.8.gz File 1.02 KB 0644
vdosetuuid.8.gz File 601 B 0644
vdostats.8.gz File 3.59 KB 0644
vdpa-dev.8.gz File 1.32 KB 0644
vdpa-mgmtdev.8.gz File 447 B 0644
vdpa.8.gz File 791 B 0644
vgcfgbackup.8.gz File 3.28 KB 0444
vgcfgrestore.8.gz File 3.43 KB 0444
vgchange.8.gz File 7.69 KB 0444
vgck.8.gz File 3.11 KB 0444
vgconvert.8.gz File 3.65 KB 0444
vgcreate.8.gz File 5.62 KB 0444
vgdisplay.8.gz File 5.32 KB 0444
vgexport.8.gz File 3.52 KB 0444
vgextend.8.gz File 4.23 KB 0444
vgimport.8.gz File 3.29 KB 0444
vgimportclone.8.gz File 3.22 KB 0444
vgimportdevices.8.gz File 3.69 KB 0444
vgmerge.8.gz File 2.91 KB 0444
vgmknodes.8.gz File 3.51 KB 0444
vgreduce.8.gz File 3.63 KB 0444
vgremove.8.gz File 3.39 KB 0444
vgrename.8.gz File 3.24 KB 0444
vgs.8.gz File 4.8 KB 0444
vgscan.8.gz File 3.18 KB 0444
vgsplit.8.gz File 4.15 KB 0444
vigr.8.gz File 36 B 0644
vipw.8.gz File 1.13 KB 0644
visudo.8.gz File 4.19 KB 0644
vmcore-dmesg.8.gz File 846 B 0644
vmstat.8.gz File 2.34 KB 0644
vpddecode.8.gz File 1.07 KB 0644
wdctl.8.gz File 1.21 KB 0644
wipefs.8.gz File 2.64 KB 0644
x86_64.8.gz File 39 B 0644
x86_energy_perf_policy.8.gz File 3.29 KB 0644
xfs_admin.8.gz File 2.16 KB 0644
xfs_bmap.8.gz File 964 B 0644
xfs_copy.8.gz File 1.76 KB 0644
xfs_db.8.gz File 15.8 KB 0644
xfs_estimate.8.gz File 839 B 0644
xfs_freeze.8.gz File 1005 B 0644
xfs_fsr.8.gz File 2.18 KB 0644
xfs_growfs.8.gz File 1.56 KB 0644
xfs_info.8.gz File 1.1 KB 0644
xfs_io.8.gz File 11.68 KB 0644
xfs_logprint.8.gz File 1.22 KB 0644
xfs_mdrestore.8.gz File 687 B 0644
xfs_metadump.8.gz File 2.07 KB 0644
xfs_mkfile.8.gz File 462 B 0644
xfs_ncheck.8.gz File 872 B 0644
xfs_quota.8.gz File 6.98 KB 0644
xfs_repair.8.gz File 5.93 KB 0644
xfs_rtcp.8.gz File 635 B 0644
xfs_spaceman.8.gz File 1.65 KB 0644
xfsdump.8.gz File 8.95 KB 0644
xfsinvutil.8.gz File 1.97 KB 0644
xfsrestore.8.gz File 8.31 KB 0644
xqmstats.8.gz File 363 B 0644
xtables-monitor.8.gz File 2.04 KB 0644
xtables-nft.8.gz File 2.19 KB 0644
xtables-translate.8.gz File 1.84 KB 0644
yum-copr.8.gz File 1.35 KB 0644
yum-shell.8.gz File 22.28 KB 0644
yum.8.gz File 22.27 KB 0644
yum2dnf.8.gz File 6.2 KB 0644
zdump.8.gz File 2.86 KB 0644
zic.8.gz File 8.8 KB 0644
zramctl.8.gz File 2.14 KB 0644