When I play mulit-player Minecraft, with my family, I use an external server. Everyone once in a while the session drops in my local PC. I can re-open a new terminal and log back into the server. I can use ps aux|grep minecraft to see that the original process is still running, but I cannot see the activity or enter commands. Is there anyway I can join that running process?
What I am saying is that when I had the terminal session open and started Minecraft (MC), I could enter commands into the MC server like /list to see users, /weather clear to stop rain, etc.. etc..
When I lost the connection and logged back in I cannot see the activities going on in the server window. I can see the process is still running, but what I wanted to do was to be able to join the process as before, and enter MC commands again.
reptyr
– A.B. Apr 09 '16 at 19:39screen
session? Please [edit] that information into your question, along with the information you provided with your last comment. – kos Apr 10 '16 at 02:10top
which refreshes the screen continuously and makes sure there is traffic preventing the terminal session to break. If you run minecraft in foreground and you cannot run the top command, you can press Ctrl-Z and then typebg
to run the interrupted application in background. Then you can start top. – nobody Apr 10 '16 at 08:18