Linux Command Guide

Search and explore various Linux commands.

Ask AI

Summarize the situation you want to resolve in up to 300 characters and ask the AI which commands you need.

Search freely

Click on the desired category to filter the commands. You can also enter a keyword to search for specific content.

dig

dig: DNS Information Lookup

dig (Domain Information Groper) is a powerful command-line tool used to query Domain Name System (DNS) servers to retrieve various DNS information such as domain names, IP addresses, and mail exchanger records. It is essential for network troubleshooting and verifying DNS records.

Learn more

dirname

Guide to the dirname Command

The `dirname` command is used to extract the directory path without the file name from a given file path. It is particularly useful in shell scripts when referencing other files or directories based on the location of a file.

Learn more

dmesg

dmesg: Display Kernel Ring Buffer Messages

dmesg is a command that prints the message buffer of the Linux kernel. You can check important events occurring in the kernel, such as the system boot process, hardware detection, driver loading, and system errors. The `-p` option, in particular, outputs messages in raw format, making it easier to use with other tools.

Learn more

dmesg

dmesg -w: Real-time Kernel Message Monitoring

The `dmesg` command outputs messages from the kernel ring buffer. The `-w` option monitors and outputs new kernel messages in real-time as they occur. This is useful for system events such as during system boot, hardware changes, or driver loading failures.

Learn more

dmesg-A

dmesg-A: (Unknown Command)

`dmesg-A` does not exist in the standard Linux command list. This guide provides information about the `dmesg` command, assuming the user might have intended to use it. `dmesg` is used to display and manage kernel ring buffer messages. The `-A` option is not a standard option for `dmesg`.

Learn more

dmesg-k

dmesg-k: View Kernel-Related Messages

dmesg-k is a hypothetical command that filters and displays only kernel-related messages from the Linux kernel ring buffer. It can typically be implemented by combining the dmesg command with grep, or through custom scripts/aliases. This guide is written assuming such a hypothetical command exists.

Learn more

dmidecode

dmidecode Command Guide

`dmidecode` is a tool that outputs information from the DMI (Desktop Management Interface) table in a human-readable format. It is useful for checking hardware specifications of the system, particularly information about the motherboard, BIOS, and memory.

Learn more

dnf

dnf: RPM Package Manager

dnf is a next-generation package manager for RPM-based Linux systems (like Fedora, RHEL 8+, CentOS 8+, etc.) that installs, updates, removes, and manages packages. It is the successor to yum, offering improved performance and dependency resolution.

Learn more

docker

Docker Command Guide

Docker is a container-based virtualization platform that helps you deploy and run applications quickly and reliably. Learn the key Docker commands with this guide.

Learn more

docker compose

Docker Compose Command Guide

Docker Compose is a tool for defining and running multi-container Docker applications. Using a YAML file, you can configure the services of your application and start all services with a single command. This makes it easy to manage complex application environments.

Learn more

docker ps

Docker ps Command Guide

The `docker ps` command is used to view a list of currently running Docker containers. Through this guide, learn how to effectively filter and check desired container information by utilizing various options of `docker ps`.

Learn more

docker volume

Docker Volume Command Guide

Docker volumes are the recommended mechanism for persistently storing data generated and used by Docker containers. Even if a container is deleted, the data stored in the volume is preserved, allowing you to manage containers without data loss. This guide covers how to create, manage, and delete Docker volumes.

Learn more
previous Page 6 / 37 Next