LinuxAbove.com

open

Home arrow Linux Commands arrow 'which' command

Advertisement

'which' command PDF Print E-mail
User Rating: / 0
PoorBest 

If you like to know the absolute path of a executable or program installed in your linux system and present in your $PATH variable, use the 'which' command:

 

 which opera
/usr/bin/opera
 which java
/usr/bin/java
 
< Prev   Next >