In linux, what keyboard shortcut do you type at the shell to stop a running process (note I said stop not kill/terminate).
Answer
ctrl-z
Question
In linux, what keyboard shortcut do you type at the shell to stop a running process (note I said stop not kill/terminate).
Answer
?
Question
In linux, what keyboard shortcut do you type at the shell to stop a running process (note I said stop not kill/terminate).
Answer
ctrl-z
If you want to change selection, open document below and click on "Move attachment"
9. Processes, Environment Variables script called proc.sh : #!/bin/sh echo "proc.sh: is running" sleep 1000 Run the script with chmod 0755 proc.sh and then ./proc.sh . The shell blocks, waiting for the process to exit. Now press <span>^Z. This will cause the process to stop (that is, pause but not terminate). Now do a ps again. You will see your script listed. However, it is not presently running because it is in the co
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.