I installed the project using rpm, then found out there was a typo in the application.xml file. then i searched the application.xml but could not it? its not in
/etc/tmo/myservice/
or
/usr/tmo/myservice/
where can I find it? Thanks.
|
I installed the project using
or
where can I find it? Thanks. | |||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
It is completely unclear to me what you mean, so I try to answer on a very general level. If you have a .rpm and want to know what is contained in it, you can either do
for querying installed packets, or
for querying .rpm files you want to inspect without installing. | |||
|
feedback
|
|
If you want to find a file in Linux and you know the name (or part of it) of the file, you can do this:
And you can use wildcards:
| |||
|
feedback
|