Answers for "what is the use of ctrl Z in process in linux"

0

what is the use of ctrl Z in process in linux

ctrl c is used to kill a process. It terminates your program.
ctrl z is used to pause the process. It will not terminate your program, 
it will keep your program in background.
You can restart your program from that point where you used ctrl z.
Posted by: Guest on October-03-2020

Code answers related to "what is the use of ctrl Z in process in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language