Jump to content

Help me with linux


Henn

Recommended Posts

Hi,

try the following steps:

Install the package named "screen"

start your mta server with screen ./mta-server

The server should start like the screenshot you provided.

If you want to shutdown your console, press ctrl a followed by d (without ctrl), this detaches your screen view and the server session is running in background.

If you are back to your shell, you can check it with the command: screen -ls

The output should be similar like this:

There is a screen on: 
        16690.pts-1.myserver      (26.01.2014 00:39:43)   (Detached) 
  

If you are back to your shell, you can re attach the screen with the command: screen -rx

Additionally, you can view the screen session from more than one terminal session :-)

Hope that helps :-)

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...