[Shell] link 대상 확인

by 스뎅(thDeng) on

링크가 걸린 원래 경로를 확인하고 싶다면 readlink명령을 사용하면 된다.

$ ls -al
lrwxrwxrwx 1 user user 24 12월 14 16:49 my_hello.sh -> /some/where/hello.sh
$ readlink my_hello.sh
/some/where/hello.sh
$

참고

별도로 명시하지 않을 경우, 이 블로그의 포스트는 다음 라이선스에 따라 사용할 수 있습니다: Creative Commons License CC Attribution-NonCommercial-ShareAlike 4.0 International License