스크립트 : 명령어 모음
첫줄은 반드시 #!/bin/sh or #!bin/bash 수행할 명령어 ~~ ls pwd whoami~~
스크립트 파일에 실행 권한 부여
./스크립트파일 or 절대경로/스크립트파일 or echo 환경변수로 등록해서 스크립트 파일 실행