About Me

Thursday, 12 January 2023

LINUX SHELL SCRIPTING

                                                     LINUX SHELL SCRIPTING







Shell script to install Tomcat9:

vi install_tomcat9.sh

#!/bin/bash
wget https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.70/bin/apache-tomcat-9.0.70.tar.gz
tar -xvzf apache-tomcat-9.0.70.tar.gz
rm apache-tomcat-9.0.70.tar.gz
mv apache-tomcat-9.0.70 mytomcat9

============== ===================================================
https://www.google.co.in/books/edition/Linux_Command_Line_and_Shell_Scripting_B/osAKEAAAQBAJ?hl=en&gbpv=1&dq=linux%20shell%20scripting&pg=PR1&printsec=frontcover

https://www.google.co.in/books/edition/Learning_the_bash_Shell/dzBCH3x6fYEC?hl=en&gbpv=1&dq=linux%20shell%20scripting&pg=PP1&printsec=frontcover

https://www.google.co.in/books/edition/Linux_Shell_Scripting_Cookbook/h_WlXqgPV00C?hl=en&gbpv=1&dq=linux%20shell%20scripting&pg=PT2&printsec=frontcover
=================================================================

No comments:

Post a Comment

youtube devops topics

What is LDAP and Active Directory? How LDAP works and the structure of LDAP/AD? https://youtu.be/Xp9kLn9vRmw