Re: Launch some command and leave the console, the command still being executed

2010-05-17 Thread Merciadri Luca
Wolodja Wentland wrote: > On Mon, May 17, 2010 at 17:45 +0200, Merciadri Luca wrote: > >> I would like to be able to launch some command in the console, and to be >> able to close the terminal, the command being still evaluated, i.e. if I >> launch gedit (I'm under GNOME), and that I close the c

Re: Launch some command and leave the console, the command still being executed

2010-05-17 Thread Merciadri Luca
Jordan Metzmeier wrote: > On 05/17/2010 11:45 AM, Merciadri Luca wrote: > You want something more like: `gedit & disown`. The "disown" will > detach all background jobs currently attached to the terminal session. > This _might_ be specific to BASH since it is a BASH builtin. > > Also, you may want

Re: Launch some command and leave the console, the command still being executed

2010-05-17 Thread Jordan Metzmeier
On 05/17/2010 11:45 AM, Merciadri Luca wrote: Hi, I would like to be able to launch some command in the console, and to be able to close the terminal, the command being still evaluated, i.e. if I launch gedit (I'm under GNOME), and that I close the console, gedit closes too. (This is also the ca

Re: Launch some command and leave the console, the command still being executed

2010-05-17 Thread Wolodja Wentland
On Mon, May 17, 2010 at 17:45 +0200, Merciadri Luca wrote: > I would like to be able to launch some command in the console, and to be > able to close the terminal, the command being still evaluated, i.e. if I > launch gedit (I'm under GNOME), and that I close the console, gedit > closes too. (This

Launch some command and leave the console, the command still being executed

2010-05-17 Thread Merciadri Luca
Hi, I would like to be able to launch some command in the console, and to be able to close the terminal, the command being still evaluated, i.e. if I launch gedit (I'm under GNOME), and that I close the console, gedit closes too. (This is also the case with `gedit &', which is not astonishing.) I