Gentoo Archives: gentoo-amd64

From: David Fellows <fellows@×××.ca>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Running a command after closing a session Possible?
Date: Mon, 04 Sep 2006 23:42:16
Message-Id: 200609042339.k84NdZbR003876@mailserv.unb.ca
In Reply to: [gentoo-amd64] Running a command after closing a session Possible? by Peter Davoust
1 > Ok, so is there any way to run a command and get it to continue running after
2 >
3 > closing the current session? I'd really like to be able to ssh to my server,
4 > run an emerge --update --newuse world on it and then close the window and be
5 > on my way. Any ideas?
6 >
7 > Thanks,
8 > -Peter
9 > --
10 > gentoo-amd64@g.o mailing list
11 >
12 nohup emerge --update --newuse world &
13
14
15
16 Dave F
17
18 --
19 gentoo-amd64@g.o mailing list

Replies