InterviewSolution
Saved Bookmarks
| 1. |
You Have Lots Of Running Jobs, How Would You Remove All The Running Processes, Without Restarting The Machine? |
|
Answer» The LINUX command ‘DISOWN -R’ will remove all the running Processes. The Linux command ‘disown -r’ will remove all the running Processes. |
|