Linux - GeneralThis forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi all,
I am running a program in gnome-terminal window (using metacity window manager) which will take many hrs to complete.
I was wondering if there is some way to "lock" that window, so that accidental closing of that window is prevented.
Last edited by manoj_isi; 07-12-2009 at 01:54 AM..
Reason: to change e-mail notification preference
Not that I know of. In the future, use a program called screen for tasks like this - if the terminal emulator is closed, the screen session is just detached and continues running, and can be reattached at any time later.
It's a fantastic piece of software and one of the first things I install on any new machine. It's also great if you want to leave a CLI application running remotely - back in the day, I couldn't do any torrenting from where I was, so I had a server in another state that had rtorrent (command-line client) running in a perpetual screen session. I'd used screen before for the multiplexing feature, but I really gained something the day I figured that one out. : )
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.