Jump to content
  • 0

restarting command from root console


rootegy

Question

4 answers to this question

Recommended Posts

  • 0

You should run your server in a screen session. Then you could use something like:

screen -ls    # List active screen sessions 
screen -r <id>    # Reconnect to screen session 

Or of you just want to send the command you could use:

screen -S <name_of_screen> -p 0 -X stuff "<command>" 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...