Thursday 11 September 2014

Linux(RHEL)

Unable to kill process with command


If you are unable to kill any process in linux with kill command please use following.

kill -9 [process id]

e.g. kill -9 4534

No comments:

Post a Comment

Enable 'HTML Manager'- Apache Tomcat

 Enable 'HTML Manager'- Apache Tomcat Go to Apache-tomcat's home directory and edit the tomcat-users.xml ${apache_home}/conf/tom...