In my machine I have installed Ubuntu 12.04 and I have installed putty. I want to start putty from command line. When I run the program from command line and after closing the terminal, putty also gets terminated. How to avoid that ?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
migrated from serverfault.com Oct 9 '12 at 10:06
|
Try to add an "&" behind your command. So putty& will be your command, this will tell the terminal to run it in background. Next you have to type "disown" to detach the process from the terminal. so:
|
|||
|
|
|
Prepend the command with
|
|||||||
|