![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pseudo-terminal will not be allocated because stdin is not a terminal. | Shivdatta | UNIX for Advanced & Expert Users | 1 | 3 Weeks Ago 07:29 AM |
| Control process from different terminal (over SSH) | rakeshou | UNIX for Advanced & Expert Users | 3 | 12-19-2007 04:48 PM |
| Closing a thread | linuxpenguin | Post Here to Contact Site Administrators and Moderators | 3 | 11-21-2003 04:37 PM |
| Start process in shellscript at other terminal | benschell | Shell Programming and Scripting | 4 | 09-02-2002 04:24 AM |
| connecting to unix through hyper terminal - as a dumb terminal | michelle | UNIX for Advanced & Expert Users | 2 | 11-05-2001 11:32 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
i want to execute a shell script even if the terminal is closed. how to do?
|
| Forum Sponsor | ||
|
|
|
|||
|
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 |
|||
| Google UNIX.COM |