$ ls -l $(type -path -all java)
The output will likely point to ‘/etc/alternatives/java’.
So find out where that points by issuing ls -l like this:
ls -l /etc/alternatives/java
by David Winterbottom (codeinthehole.com)
$ ls -l $(type -path -all java)
The output will likely point to ‘/etc/alternatives/java’.
So find out where that points by issuing ls -l like this:
ls -l /etc/alternatives/java
by David Winterbottom (codeinthehole.com)
0 Comments
You can be the first one to leave a comment.