Welcome, Guest
Username Password: Remember me

find application instance directory in unix
(1 viewing) (1) Guest
Shell Script
  • Page:
  • 1

TOPIC: find application instance directory in unix

find application instance directory in unix 1 year, 10 months ago #271

  • scmuser
  • OFFLINE
  • Gold Boarder
  • scm master
  • Posts: 237
  • Points: 3429
  • Karma: 0
  • Honor Medal 2009
How to find installed application directory in unix?

Re:find application instance directory in unix 1 year, 10 months ago #272

  • rajeshkumar
  • OFFLINE
  • Moderator
  • I love software configuration management
  • Posts: 370
  • Points: 44589
  • Karma: 4
  • Honor Medal 2009
use Which command

I mean

which java
which perl
which ant
which p4
which svn


You will get location of the apps installed in your machine.
Regards,
Rajesh Kumar
Build and Release Engineer
My Blog: community.scmgalaxy.com/pg/profile/rajeshkumar

Re:find application instance directory in unix 1 year, 10 months ago #273

  • rajeshkumar
  • OFFLINE
  • Moderator
  • I love software configuration management
  • Posts: 370
  • Points: 44589
  • Karma: 4
  • Honor Medal 2009
To search for anything with the terminal, you can either use the commands locate or which.
Locate is used more like a keyword-based search function. For example, if you type in a terminal:
 
 
locate java
Regards,
Rajesh Kumar
Build and Release Engineer
My Blog: community.scmgalaxy.com/pg/profile/rajeshkumar
  • Page:
  • 1
Time to create page: 0.98 seconds

     
    
Home Forum