Articles in this series
This is handons implementation where we will install Oracle Virtual Box and create virtual machine on it with CentOS8 as operating system. Installing...
In this blog we will cover most of the daily usage file commands which is required as BAU from devops perspective. ls :- It is used to list down the...
In this blog we will cover linux network commands along with process management command. Network ping :- Ping is a computer network administration...
In this blog we will see system information commands along with disk usage command. System Information Commands date :- This command is used to...
Usually shells are interactive that mean, they accept command as input from users and execute them. However some time we want to execute a bunch of...
This blog will cover 4 loops while, until, for, select. A loop is a powerful programming tool that enables you to execute a set of commands...