Lets say, you have an application, which is consuming up all the computational power. Now you want to do some other necessary work. Is there any way on Linux, to interrupt t
Type: Control + Z to suspend a process (it sends a SIGTSTP)
Control + Z
then bg / fg to resume it in background or in foreground
bg
fg