Category Linux

15 Linux multipath examples for Linux admin

Linux Multipath command is used to manage storage SAN (storage area network) disks on OS side. Linux multipath provides a way of organizing the I/O paths logically, by creating a single multipath device on top of the underlying devices. Flush/Remove…

15 Linux multipath command examples

Linux Multipath command is used to manage storage SAN (storage area network) disks on OS side. Linux multipath provides a way of organizing the I/O paths logically, by creating a single multipath device on top of the underlying devices. Without…

10 Advanced Find Exec examples in Linux

Tired of manually digging through countless files and directories to find what you need? The find -exec command lets you locate files that match your criteria and act on them in one step—deleting, moving, changing permissions, searching contents, and more. Give find a directory and a…

Linux Command: Get hardware vendor info on Linux

Introduction Whether you’re taking inventory of a fleet of servers, filing a support ticket, checking warranty status, or just figuring out what’s actually inside a machine you inherited, you’ll need to know the hardware vendor and model. On Linux, this…

Podman Command Cheat Sheet on Linux

Podman is a Linux native tool designed to find, run, build, share and deploy applications using Open Containers Initiative ( OCI) Containers and Container Images. We collect this basic podman cheat sheet to help you learn it efficiently. podman run…

Basic Linux Commands for Linux Beginners

Basic Linux commands are key skills for Linux beginners. We collect 10 basic Linux commands to help Linux beginners learn faster. If you want to get a job as Linux admin or Cloud engineer, the command line is fundamental. We…

12 Basic Linux Commands for Beginners

Linux commands are very important for Linux beginners. Here are 12 basic Linux commands for Linux tasks. Hope this can help beginners learn Linux quickly. pwd command – prints the current working directory It prints the location of your current…