step:1 create shell script file
step2: using vi touch comand create file
step3:save file as .sh extesnion
step4: give the execution permision for that file
step5:using chmod command we can give execution permission
step6:chmod 555 file.sh
step7 To run the shell scrip file
rn the following command #sh file.sh