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




I thank you that you may have saved the life ^ ^
Very great review, a big thanks to the creator of the page.
It has really helped me as the root admin
You know maybe if there is a similar command for Windows? So I would be very helpful.
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
[...] http://www.die-unbelehrbaren.de/linux/linux-screenv/ [...]
[...] 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
Advertising
Translator
Forum activity
by: admin
September 22, 2011, 20:55
by: admin
September 22, 2011, 20:51
by: admin
September 22, 2011, 20:46
by: admin
February 19, 2010, 02:53
by: admin
April 12, 2009, 11:04
Advertising
Tags
Partner
Recent Comments
Articles in recent months
November 2011
October 2011
September 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
July 2009
June 2009
May 2009
March 2009
December 2008
November 2008
October 2008
September 2008
April 2008
Most Read