adspace
Answer Posted / Mamta Yadav
To run a shell script, make it executable using `chmod +x script.sh`, and then execute it with either `./script.sh` or simply its name if the script is in your PATH.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers