20 Linux egrep Command Examples
Brief: In this guide, we will discuss some of the practical examples of the egrep command. After following this guide,
Linux Commands for Linux Beginners
Brief: In this guide, we will discuss some of the practical examples of the egrep command. After following this guide,
Brief: In this guide, we will discuss the common use cases of SSH. We will also discuss commonly used SSH
Linux is a very popular Operating System (OS) amongst programmers and regular users. One of the main reasons for its
As Linux users, we interact with the files and directories on a regular basis. One common operation users perform is
mysqladmin is a command-line database administration utility that comes with MySQL/MariaDB server, which is used by Database Administrators to perform
The command-line interface is a powerful and handy utility for administering a Linux system. It provides a fast and versatile
Configuration syntax checking and/or testing is a key step to perform after making changes to an application’s or service’s configuration
In Linux, every single file is associated with timestamps, and every file stores the information of last access time, last
This article shows you several practical examples on how to perform various backup operations of MySQL/MariaDB databases using the mysqldump
By default, every command that you execute on your terminal is stored by the shell (command interpreter) in a certain
For one reason or the other, you may wish to run a command repeatedly for several times in Linux. This
The su command is a special Linux command that allows you to run a command as another user and group.