Terminal hanging while executing a command

6,786

Solution 1

It was nfs issue and rebooting of servers resolved it.

Solution 2

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.

Share:
6,786

Related videos on Youtube

yogsma
Author by

yogsma

Programmer. Founder of https://rentersvoices.com Developer of Android Application YFormulator (formerly Formulator). I used to write posts for Java Code Geeks here. Now I write better java code. Also you can check my github repositories github. You can download my ebook Spring Boot and Microservices Certified Scrum Master

Updated on September 18, 2022

Comments

  • yogsma
    yogsma over 1 year

    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?