ON
UBUNTU 18.04
Text
openjdk version "1.8.0_162"
OpenJDK Runtime Environment (build 1.8.0_162-8u162-b12-1-b12)
OpenJDK 64-Bit Server VM (build 25.162-b12, mixed mode)
The purpose of a .bashrc file is to provide a place where you can set up variables, functions and aliases, define your (PS1) prompt and define other settings that you want to use every start you open a new terminal window
./script runs the script as an executable file, launching a new shell to run it
source script reads and executes commands from filename in the current shell environment
sh /opt/tomcat/bin/shutdown.sh
sh stands for "shell" and shell is the old, Unix like command line interpreter. An interpreter is an program that executes specific instructions written in a programming or scripting language. So basically you say "Execute that file for me".
< !-- linuhelp зөвхөн manager section руу хандана -->
<role rolename=" manager-gui" />
< user username="linuhelp" password=" 123" roles=" manager-gui" />
< !-- Admin нь manager болон admin section руу хандана -->
< role rolename="admin-gui" />
< user username="admin" password=" admin" roles=" admin-gui" />