Shell commands as well as programs can be run in the background, so the user can do more shell.sh &./sqrt & The process is executed, with its pid number, and it is possible to stop it with the kill command kill <n_pid> Example

Read more of this post