Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-09-2005, 06:10 PM
|
#1
|
|
LQ Newbie
Registered: Feb 2004
Posts: 3
Rep:
|
SSH help, concerning sessions
I have a linux box in my closet which i control by ssh. I would like it to run a process for me, so i put "# process &" to make it run in the background. However, when i close putty (on my desktop machine) it ends the session including my process, even though it is running in the background. How can i close putty (ending my session) but keep my process going?
|
|
|
|
11-09-2005, 07:03 PM
|
#2
|
|
Guru
Registered: Aug 2004
Location: Brisbane
Distribution: Centos 6.4, Centos 5.9
Posts: 14,938
|
you need nohup ... ie
nohup yourprog &

|
|
|
|
11-09-2005, 07:59 PM
|
#3
|
|
LQ Newbie
Registered: Feb 2004
Posts: 3
Original Poster
Rep:
|
can i use it w/o the & and not run it in the background but have it always on when i make a new session?
|
|
|
|
11-09-2005, 09:37 PM
|
#4
|
|
Guru
Registered: Aug 2004
Location: Brisbane
Distribution: Centos 6.4, Centos 5.9
Posts: 14,938
|
nohup disconnects it from the session (which is why it persists when you logoff).
There's no (easy) way to re-connect that I know offhand.. maybe someone else does.
What exactly are you trying to do here?
If you don't use '&' it would tie up the session/cmd line if you could re-connect to it anyway...
Frankly, I'd use my suggestion as before, but make it write to a logfile regularly if you want to monitor it's progress.
|
|
|
|
11-11-2005, 11:22 AM
|
#5
|
|
Member
Registered: Oct 2003
Distribution: Fedora core 4
Posts: 113
Rep:
|
As soon as you connect the first time, Type "screen".
When your done, just disconnect the way you normally do.
Then, when you want to come back and look at your session, Type "screen -d -RR .
When you want to end the session forever, type exit.
I just found about about screen, but I now use it regularly to download bittorrents with my server.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:31 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|