Ganesh Velrajan
1 min readApr 29, 2020

--

Hi Anil,

In Linux, you can make a process run in the background using “nohup” at the beginning of a command or using the “&” at the end of the command.

Eg:

$ nohup socketxp connect https://localhost:8080

$ socketxp connect https://localhost:8080 &

Hope this solves your problem.

--

--

Ganesh Velrajan
Ganesh Velrajan

Written by Ganesh Velrajan

Ganesh Velrajan is the founder of Ampas Labs Inc. Learn more about our SSH Remote Access Solutions at https://www.socketxp.com and https://www.bastionxp.com

Responses (2)