This shell script is designed for a specific task required for our server. So sharing the script with Tecadmin readers.…
Browsing: bash
A shell is an important layer of Linux architecture. Shell is an interface which takes input from Users and sends…
An array is a data structure consist multiple elements based on key pair basis. Each array element is accessible via…
In our previous docker tutorials your learned about how to Install Docker on CentOS or Install Docker on Debian based…
Bash scripts are very useful for doing work easier. It also helps for task automation. This tutorial will help you…
Some times you may require to extract filename and extension in different variables to accomplished a task in bash shell…
Question – How to add [Y/n] confirmation in our own shell scripts? How to take input from the user as…
A logical condition is created, when two or more conditioned produce a single result based on them. Here one condition…
This is good to test a file has enough permission to do read, write or execute operations. For a good…
While working with bash shell programming, when you need to read some file content. It is good to test that…