History Command Examples

Before we look at History Command Examples. Let’s brief about it. The history command is used to check the history of the commands which are executed previously. Many people also prefer it to call bash history. The history of the file is basically stored in the /home/user/.bash_history. However, you can check the location of the … Read more

Exit Status in Linux.

What is the exit status in Linux? Each command in Linux returns a status when it terminates normally or the other way. You can use these exit statuses mostly in shell scripts to further determine the course of your shell script. We will see a detailed explanation of the exit status further but here is … Read more