ubuntu run bash command code example
Example: ubuntu run a shell script
$ ./script_name.sh
// if it need sudo permission the type:
$ sudo ./script_name.sh
$ ./script_name.sh
// if it need sudo permission the type:
$ sudo ./script_name.sh