본문 바로가기

카테고리 없음

Linux(CentOS) pwd (pring working directory)

pwd는 현재 working directory를 찍어보는 기능으로 옵션은 두개가 있다.

  • -L (--logical) - Do not resolve symlinks.
  • -P (--physical) - Display the physical directory, without any symbolic links.