How does a Linux server find the installation path of Tomcat

Type in the terminal:

 sudo find / -name *tomcat*

This command is to find out the files of all Tomcat fields in the system
as shown in the figure:How does a Linux server find the installation path of Tomcat

Guess you like

Origin blog.csdn.net/m0_54853503/article/details/123975087