Created
January 19, 2017 07:34
-
-
Save khoazany/40a394d1b5bbbff77641c1840631a543 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
whereis java | |
# java: /usr/bin/java /usr/share/java /usr/share/man/man1/java.1.gz | |
ls -l /usr/bin/java | |
# lrwxrwxrwx 1 root root 22 Jan 7 06:53 /usr/bin/java -> /etc/alternatives/java | |
ls -l /etc/alternatives/java | |
# /etc/alternatives/java -> /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment