from small one page howto to huge articles all in one place
 

search text in:





Poll
Which kernel version do you use?





poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

187320

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250577

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

137935

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion . pdf icon
You are here: System->Tips and Tricks

Using Screen

This tip demonstrates the use of screen which is a "fullscreen window manager that multiplexes a physical terminal between several processes." Practically speaking, this just means you can use screen to start a process in one terminal and check the output in another.
While there are many options to screen (man screen), this example demonstrates starting an emerge on a remote box, and then checking on the process from another machine.
Code Listing 1: screen + emerge
# screen 
# emerge -u mozilla
// To see the commands in screen use Ctrl-a ?
// The following command detaches the screen
# Ctrl-a d
[detached]

Now the screen is detached, open another terminal or ssh session and view the available screens with screen -list. To reattach to the screen and check the command's progress, use screen -r.
Code Listing 2
# screen -list 
There is a screen on:
30901.pts-6.iris (Detached)
1 Socket in /var/run/screen/S-david.
# screen -r

This will reattach to the screen and display the output of the emerge command.
You can name your screen session by giving the -S <name> option. This makes finding the screen easier if you got a couple of them running.
You reattach with screen -r <name>.
From http://www.gentoo.org/news/en/gwn/20030714-newsletter.xml
rate this article:
current rating: average rating: 1.4 (49 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 71.8 ms