Learn to use KILL COMMAND in Linux
At one time or another, you must have faced the problems with Linux processes, either process are stuck or are unresponsive completely. Some of the time the process restart also…
Continue readingAt one time or another, you must have faced the problems with Linux processes, either process are stuck or are unresponsive completely. Some of the time the process restart also…
Continue readingLinux Shell Scripting is & always has been one of the most desired skills that a System Administrator and now DevOps engineers are required to have. It has been used…
Continue readingLinux has a number of processes running together without them being interfering with each other. So in order to administer a Linux system, we should also know how to effectively…
Continue readingLinux Environment variables are variables that store the information for the shell environment & the shell sessions. These variables are accessed by any scripts or Linux program to get a…
Continue readingIn this tutorial, we will learn more about using variables in Linux & will also create some simple bash scripts utilizing global environment variables & local variables. As mentioned in…
Continue readingIn this tutorial, we will learn about performing arithmetic operations in shell scripts & also about the logical/boolean operators. So let’s first start with the all the arithmetic operations as…
Continue readingUp until now, we have discussed using environment variables, using local & global variables & also about performing arithmetic operations in bash. Now we are ready to discuss some advanced…
Continue readingIn this bash scripting tutorial, we will discuss about performing file comparisons, String comparisons as well as numeric comparisons. So let’s start with file comparisons in bash scripts. Recommended Read:…
Continue readingWe have already discussed about the conditional statements i.e. if-else, if-then-else & elif statements & have also discussed some basic shell scripts examples for those as well. In this tutorial,…
Continue readingUse of FOR loop in shell script is done when we need to run a command or a set of instructions/commands over & over until a condition has been met….
Continue reading