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
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
echo is one of the most commonly and widely used built-in commands for Linux bash and C shells, that are typically used in a scripting language and batch files.| 15 Practical Examples of ‘echo’ command in Linux
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
In this guide, we will take a look at the mkdir command with some practical examples of it that will help beginners to operate the Linux system confidently.| Linux mkdir Command Examples
In this guide, we will discuss the common use cases of SSH. We will also discuss commonly used SSH configurations that can be used in day-to-day life.| Basic SSH Command Usage and Configuration in Linux
SFTP is a Secure File Transfer Protocol used to transfer files in a secure way. This article shows 10 sftp commands to transfer files to a remote Linux Server.| 10 sFTP Command Examples to Transfer Files on Remote Servers in Linux
We will discuss some practical examples of the cp command, that will help users to copy files and directories easily in Linux using the command line interface.| How to Copy Files and Directories in Linux [14 cp Command Examples]
In this guide, we explore some of the tips that you can implement to safeguard your SSH servers from brute-force attacks.| 5 Best Practices to Prevent SSH Brute-Force Login Attacks in Linux