함수 chdir() 목차 1 Bash 2 PHP 3 같이 보기 Bash cd /tmp pwd # /tmp PHP chdir('/tmp'); echo getcwd(); # /tmp 같이 보기 리눅스 cd