1.

If Your Server Is Running On Unix And One Of The Sessions Are Keep On Running Without Loading Any Data How Would You Kill It?

Answer»

type the below command in command prompt

Ps –ef |grep PM

CHECK the id for the running session and then KILL it USING kill command

Kill -9 id

type the below command in command prompt

Ps –ef |grep pm

Check the id for the running session and then kill it using kill command

Kill -9 id



Discussion

No Comment Found