I need to install Jboss, but I don't remember whether I have already installed it. How do I find out?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

for example in Terminal:

sudo find / -name jboss

will list all files/dirs starting with jboss

link|improve this answer
I would propose to search for "jboss*" (with quotes) - at least on Linux without '*' these command finds only exact mach for string. – Lukasz Stelmach Dec 23 '11 at 14:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.