DNF Command Line Package Manager in Linux: A Complete Guide June 27, 2022 This article is a complete guide on using the DNF command in Linux to manage and maintain the software package base.
lfs: List the Linux File System in a Convenient Way February 21, 2022 lfs is a small tool similar to the df command for producing a list of file systems on Linux in a clear and beautiful tabular form.
Watch Command in Linux [with Examples] June 9, 2022 In this guide, we will discuss some of the basic features of the watch command using easy to understand examples.
Find Files and Directories in Linux Like a Pro April 27, 2022 1 Comment This guide will show you how to use “find” and “locate” commands to find files and directories on your Linux file systems.
How to Delete Files and Directories in Linux from Command Line March 19, 2022 2 Comments In this guide, you will learn several ways how to quickly and easily delete files and directories in Linux using the command line.
GNU Coreutils 9.0 Are Here in the Year and a Half After the Previous v8.32 September 26, 2021 Core utilities are the basic, fundamental tools of a GNU/Linux system. Coreutils 9.0 brings with it some important improvements.
Bat is Like the cat Command in Linux, But Super-Charged and Written in Rust May 15, 2022 3 Comments Bat is a cat command clone with advanced syntax highlighting for a large number of programming and markup languages.
20 Basic Linux Commands for Beginners Explained with Examples June 12, 2022 8 Comments Are you new to Linux? Here's the list of basic Linux commands containing all the common commands you'll need to know to get started.
How to Extract tar.gz File in Linux by Using the Command Line April 18, 2022 This article will learn how to extract/untar tar.gz files in Linux systems through the command line using the tar command.
Add User to Group in Linux, How to Do It (with Examples) April 16, 2022 This article will show you how to add a user to a group in a Linux system. We will also learn to view user account's groups and group ID.