Shell Scripting Question:
How do you stop all the processes, except the shell window?
Answer:
kill 0
Previous Question | Next Question |
How do you find out about all running processes? | How do you define a function in a shell script? |
Previous Question | Next Question |
How do you find out about all running processes? | How do you define a function in a shell script? |