Bash #!/bin/bash echo "Hello World" to run this: chmod +x hello-world.sh ./hello-world.sh Hello World #!/bin/bash tar -czf /tmp/myhome_directory.tar.gz /home/linuxconfig (to find out what this do..) more here..