The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 09-03-2007
digen digen is offline
Registered User
 

Join Date: Feb 2007
Posts: 4
Executing the process from the background using the ampersand (&) at the end of the command and closing the terminal/shell will result in the command getting interrupted/exiting.

nohup will work and so will screen. Have a look at the screen command.

Code:
man screen
You will need the screen package installed first.
Reply With Quote