How to stop running a process in the terminal
How to stop running a process in the terminal
This is a basic question, but everytime I run the model and I want to quit it, I don't know how to do it and I close the window of the terminal. Do you know a command to stop the running without closing the terminal?
Re: How to stop running a process in the terminal
It depends on your operating system. For Unix/Linux it is usually Control-C to kill a process (unless you change the defaults).