Home » Linux

Linux screen command

6 September 2009 4067 views 6 comments

For all who are interested and did not know.

"screen" with the program you can open a shell on Linux and have it running in the background.

This is interesting when talking about programs such as a game server, which can not be run as a daemon,

SSH will start without the console open or allow the game server terminates when the SSH Console is closed.

Start program in the screen: screen program name

Screen exit and run in the background: press CTRL + A + D

Open the screen: screen-R

Related Articles

6 Comments »

  • home child said:

    I thank you that you may have saved the life ^ ^

  • Andy said:

    Very great review, a big thanks to the creator of the page.
    It has really helped me as the root admin

  • Victoria said:

    You know maybe if there is a similar command for Windows? So I would be very helpful.

  • admin (author) said:

    Hi Victoria,

    So if you do just about to start a program in the background and it almost does not see, but only as a task in Task Manager, then it's a little trick on JavaScript.

    All you have to do the following:
    -Make yourself a file with the extension *. js
    -Add the following lines in the file:

    var shell = new ActiveXObject ("WScript.Shell");
    Shell.Run ('notepad.exe', 0);

    In this example, Notepad will open in the background. Simply replaced by one in the example notepad.exe program / command to your choice and after your run a JavaScript program is now running in the background.

    Mfg.

    Christoph

  • Linux screen interactive learning "screen, Linux, tutorial, podcast, tools, fun" the-unbelehrbaren.de said:

    [...] My two articles, "The Linux screen tool" and "Linux Screen command," I am intensely discussed at the tool / tool Screen of Linux and I have shown you what [...]

Leave a comment

Leave a comment, or trackback from her side. But you can also comments via RSS get.

You can use the following tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

For displaying an image they need for their comment at Gravatar be logged.