[linux] 파일 설치 경로 찾기
프로그래밍/서버2020. 4. 24. 01:14
간단하게 링크 남깁니다.
How to find the installation path for a software under linux?
Under linux, I launch a software by typing, e.g., fluidplot. How can I find the installation path for this software?
unix.stackexchange.com
which phpmyadmin
혹은
find / -name phpmyadmin 2> /dev/null
명령어를 사용하시면 될 듯 합니다. ㅎㅎ
댓글 영역