Free Hosting Tutorials

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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.