Terminal shortcuts
How to pause your terminal?
Say, you are running a simulltion on your terminal and need to pause
it. You don’t want to kill the process with CTRL+C
and then restart from the beginning but can’t wait for it to end…
Use CTRL+Z
to pause it. Then when you want to resume it again type fg
in terminal and hit enter.
Enjoy Reading This Article?
Here are some more articles you might like to read next: