Useless Use of Kill -9
Are you using "kill -9" to kill process ?
kill -9 won't allow processes to execute cleanup code before terminating them. And remember this when writing shell scripts.
Complete article on Useless use of kill -9
Are you using "kill -9" to kill process ?
kill -9 won't allow processes to execute cleanup code before terminating them. And remember this when writing shell scripts.
Complete article on Useless use of kill -9
Comments