.sh 파일을 실행하고 Permission denied error가 발생하는 경우가 있다.
대상 파일이 있는 폴더에서
chmod +x file_name
를 입력해주고
./file_name.sh
정상적으로 동작한다.