Henn Posted January 30, 2014 Share Posted January 30, 2014 Help me get out of the terminal and let my linux server online. someone please teach me to leave the terminal and let my online server if you have any command please pass me them in order. Details linux OS template ubuntu-12.10-x86_64 Link to comment
StifflersMom Posted January 31, 2014 Share Posted January 31, 2014 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
Henn Posted January 31, 2014 Author Share Posted January 31, 2014 got ready, thank you. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now