Automating Linux Commands

Creating a menu type command options using python and bash shell script.

In this project we have used bash scripting and python scripting to bring out the automation in the program.

Bash scripts can be used for various purposes, such as executing a shell command, running multiple commands together, customizing administrative tasks, performing task automation etc. So knowledge of bash programming basics is important for every Linux user.

Creating a menu driven interface in RHEL8 so that it becomes even for a non-technical guy to run the commands on Linux and get whatever has to be done.

The Linux command line is a text interface to your computer. Often referred to as the shell, terminal, console, prompt or various other names, it can give the appearance of being complex and confusing to use. Yet the ability to copy and paste commands from a website, combined with the power and flexibility the command line offers. The menus are provided in place of the commands to ease the access of features available in Linux.

Remote administration refers to any method of controlling a computer from a remote location. Software that allows remote administration is becoming increasingly common and is often used when it is difficult or impractical to be physically near a system in order to use it. The program also helps to run the code on remote system also and make the work done..

For the source code of the program and the scripts that has to be used to create menu commands are uploaded on the GitHub.

follow the GitHub link for mode details..

https://github.com/code-sourabh/automating-linux-commands.git

No responses yet