__dirname
실행되는 js 파일의 경로
process.cwd()
실행할 때 현재 쉘의 경로
홈의 쉘에서 work/abc.js 를 실행하면 홈의 경로가 나옴
process.execPath
실행하는 node의 경로가 나옴
/usr/bin/node 이런곳