I am a newbie to Linux commands and was trying to delete a user on a CentOS 6 via an SSH connection on Putty, it was giving an error like "userdel: user is currently logged in", hence, i searched for a possible solution of this problem.
Googling on the above error i found a link Unable to remove user: "user is currently logged in" When i tried the solution given on this page and executed the "kill -9 -1" command after executed the "su - username" command the putty session was automatically closed and everything on that server just stopped working.
Any suggestions or any link which can help us out will be grateful to have as we are in a big danger because this is our main production server.