On Wednesday 06 September 2006 21:28, widyachacra wrote:
> Dear all,

Hello,

> i'm using a dialup connection to connect to my office gentoo servers
> via ssh sessions. now i need to excute an emerge(#emerge -e system)
> system command via a ssh session, but i can't stay online always with
> my dialup connection. so i need to excute the command to background
> process(when i close my current ssh session emerge process will also
> stoped). so how do i do it?

# emerge -av screen

Quick howto :

# screen
# emerge -e system
 [...]
<CTRL+A> <D>

to resume :
# screen -r

man screen for more details

-- 
Nicolas MASSÉ
Pour récupérer ma clef GPG:
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 0x2A18C433
Key fingerprint: 6621 FC23 5DC7 54BA B952 316A 50B1 BC3F 2A18 C433

Attachment: pgpIhLCPBmZCX.pgp
Description: PGP signature

Reply via email to