
Linux Terminal Basics: Remote Processes
Channel:
Subscribers:
54,600
Published on ● Video Link: https://www.youtube.com/watch?v=masAhSrNS2Q
Using Screen, Reptyr, and Disown to ensure a job can run without an active SSH connection.
I cover how to move a process into Screen using Reptyr, and how to fork it using Disown to ensure the process can continue
Commands:
$ screen -R
ctrl+a
d to detach
Using reptyr:
$ ps -a
$ reptyr $(pidof process)
$ sudo reptyr -T $(pidof process)
Disowning a process:
ctrl+z
bg
disown -h %1
Wallpaper from Charlie Henson: https://www.pling.com/p/1319878/
Like my channel? Please help support it:
Patreon: https://www.patreon.com/quidsup
Paypal: https://www.paypal.me/quidsup
Follow me on Social Media
Google+ https://google.com/+quidsup
Twitter: https://twitter.com/quidsup
Minds: https://minds.com/quidsup
Other Videos By quidsup
Tags:
Linux
Terminal
SSH
Remote
Reptyr
Screen
Disown
Tutorial
Ubuntu
Desktop
Computing
GNU
Unix
BSD
Quidsup