While many Linux users are familiar with popular commands, there are lesser-known but handy commands that can simplify and improve productivity.| 51 Useful Lesser Known Commands for Linux Users
In this article, we explore what Linux is and some of the attributes and components associated with the Linux operating system.| What Is Linux? and How Does Linux Work?
The tee command reads from the standard input stream and writes to the standard output stream and files in the Linux terminal.| How to Use ‘tee’ Command in Linux [8 Useful Examples]
In this guide, we will learn about the head command using some practical examples to work with text files efficiently from the command line interface.| How to Use ‘head’ Command in Linux [8 Useful Examples]
Remembering Linux commands and their usage is not easy for new Linux users. In this article, we will share 6 command-line tools for remembering Linux commands.| 6 Useful Tools to Remember Linux Commands Forever
In this article, we will see how to create, copy, move, and delete filenames that start with spaces and special characters (say #, *, &, =, etc.) in Linux.| The Ultimate Guide to Handling Filenames with Special Characters in Linux
We will discuss some practical examples of the chown command. After following this guide, users will be able to manage file ownership effectively in Linux.| How to Use Chown Command to Change File Ownership [11 Examples]
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
It is always good to know the hardware components of the Linux system, as this helps you to deal with compatibility issues when installing package drivers.| 10 Commands to Collect System and Hardware Info 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
cat command allows us to create single or multiple files, view the contents of a file, concatenate files, and redirect output in a terminal or files.| How to Use the Cat Command in Linux [22 Useful Examples]
In this easy-to-follow guide, we will discuss how to create a file in Linux from the command line using echo, touch, tee, cat, and redirection operators.| How To Create A File In Linux: Echo, Touch, Tee and Cat Commands
The Linux Find Command is one of the most important and frequently used command command-line utilities to search and locate the list of files and directories.| 35 Practical Examples of Linux Find Command
The “man” command is an interface to access the system’s reference manuals, also known as "man pages” which contain documentation for individual commands.| How to Use Man Pages Efficiently in Linux
Pv is a terminal-based tool that allows you to monitor the progress of data such as coping/moving/backing up files that are being sent through a pipe.| How to Monitor Progress of (Copy/Backup/Compress) Data using ‘pv’ Command
In this article, we will show how to create your own alias and execute frequently used commands without having to type each command again and again.| How to Create and Use Alias Command in Linux
In this article, we will show you how to set up an SSH passwordless login using ssh keys to connect remote Linux servers without entering passwords.| How to Setup SSH Passwordless Login in Linux [3 Easy Steps]