How to start process over ssh that doesn't terminate when session ends? -


Is there a way to start the process using ssh, when the ssh session is ending? I want a job to run on the computer, which is running in SSH IND without me having to open the connection.

You can use (assuming you're SSHing in * Nix Server)


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -