Pwd 심볼릭 링크 경로 읽는 방법 readlink 사용: readlink -f {symlinkName} Python 사용: python -c 'import os.path; print(os.path.realpath("symlinkName"))' realpath 사용: realpath {symlinkName}