명령어들의 설치 위치 확인
21 Mar 2018 | Linux명령어들의 설치 위치 확인
명령어들의 설치 위치 확인은 다음 명령어를 이용해서 확인할 수 있습니다.
type
$ type go go is hashed (/snap/bin/go) $ type ifconfig ifconfig is /sbin/ifconfig
which
$ which go /snap/bin/go
whereis
$ whereis go go: /snap/bin/go.gofmt /snap/bin/go