I have an ubuntu vps and I want to run an app through ssh but I want to do it "quietly". I mean, when I for example start top, it is displayed in my ssh console and I don't have access to my vps terminal line until I quit from top.
I want to run an app and don't get console output from it, I want to stay at the main ssh terminal command prompt.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
|
|
There are two solutions - you will most likely use a combination of them.
|
|||
|
|
|
nohup is a good solution for what you want
replace "ping localhost" with the desired application you would like to run in the background nohup is pretty much standard and should already be installed on your system no extra packages required. |
|||
|
|

