Saturday, May 4, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 1178  / 1 Year ago, mon, may 15, 2023, 6:43:02

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.


More From » command-line

 Answers
2

There are two solutions - you will most likely use a combination of them.




  1. install byobu, it gives you as many virtual screens as you want, you can switch between them any time. You can even let those sessions running when you log out from the VPS.

  2. When you start an application and append & then it runs "in the background" until you fetch it to the "foreground" again or kill it, but that is not useful for apps that write to the screen all the time like top does


[#33195] Tuesday, May 16, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eighethod

Total Points: 358
Total Questions: 112
Total Answers: 119

Location: Cayman Islands
Member since Fri, Mar 4, 2022
2 Years ago
;