wc (short for word count) is a command line tool to find out the number of lines, words, characters, and bytes in one or more text files in Linux.| 6 Wc Command to Count Number of Lines, Words, and Characters in File
In this post, we will see how we can use the history command effectively to extract the commands that were executed by users in the Bash shell.| The Power of Linux “History Command” in Bash Shell
In this guide, we’ll focus on the cp command and show you how to force it to overwrite files without asking for confirmation on Linux.| How to Force cp Command to Overwrite Without Confirmation in Linux
This article covers "15 Useful ifconfig Commands" with their practical examples, which might be helpful in managing and configuring network interfaces in Linux.| 15 Useful “ifconfig” Commands to Configure Network Interface in Linux
The /proc file system serves as an interface to kernel data structures and runtime information, which provides detailed information about processes in Linux.| How to Use /proc File System to Monitor Linux System
Filesystems are responsible for organizing how data is stored and recovered. With time, the filesystem may become corrupted and may not be accessible.| How to Use ‘fsck’ to Repair Linux File System Errors
fdisk stands (for "fixed disk or format disk") is an most commonly used command-line based disk manipulation utility. This article explains 10 basic 'fdisk' commands.| 10 fdisk Commands to Manage Linux Disk Partitions
The 'df' command stands for "disk filesystem", it is used to get a full summary of available and used disk space usage of the file system on the Linux system.| 12 Linux ‘df’ Commands to Check Disk Space Usage
This article explains 10 useful "du" (disk usage) commands that help you to find out the disk usage of files and directories in Linux.| 10 Useful du (Disk Usage) Commands to Find Disk Usage of Files and Directories
The ip command is a networking command-line utility that is used to assign an IP address to a network interface or configure useful network variables in Linux.| How to Use IP Command in Linux [24 Useful Examples]
In this guide, we will highlight the various steps taken by the Linux OS from the time it is powered on to the time you log in.| A Basic Guide to Linux Boot Process
This article aims at providing you a deep insight of Linux command 'pwd' (Print Working Directory) with practical examples.| 15 ‘pwd’ (Print Working Directory) Command Examples in Linux