I have not much experience with server administration, but i tried to execute unzip command in one particular directory on server and it hanged , it was not responding for long time. So I logged into the server through another terminal session and tried to enter in the same directory with cd command, but it also hanged. Eventually I logged into the server through another terminal session to kill those two processes. Somehow I was able to kill the unzip command process, but I am still not able to enter that directory. What is the issue?

link|improve this question

67% accept rate
feedback

3 Answers

Look in the "dmesg" output to see if there is any filesystem error. When I have this problem, normally is the disk that is offline or a disconnected nfs mount.

link|improve this answer
feedback

It was nfs issue and rebooting of servers resolved it.

link|improve this answer
feedback

When in doubt check the messages log first! Usually /var/log/messages, but not always depending on the system and application.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.