Messages in this thread |  | | Date | Tue, 18 Sep 2001 18:19:39 -0700 | From | Mike Fedyk <> | Subject | Re: Forced umount (was lazy umount) |
| |
On Tue, Sep 18, 2001 at 09:15:24PM -0400, Dan Maas wrote: > > Imagine (common error for me): > > > > cd /cdrom > > kwintv & > > [work] > > > > I now want to umount cdrom. How do I do it? Do you suggest each app > > to have "cd /" menu entry? > > Pavel > > No but now that you mention it, it might be a good idea for GUI programs to > chdir("/") by default immediately on startup. (and fork/daemonize so they > don't disappear if you accidentally close the xterms you used to start them) >
Just disown it after you bg it ie:
xmms & disown - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |