LBRY Block Explorer

LBRY Claims • linux-terminal-basics-remote-processes

129bdfaa70419eba046b05e95b217baaa87308f7

Published By
Anonymous
Created On
27 Nov 2021 20:21:40 UTC
Transaction ID
Cost
Safe for Work
Free
Yes
Linux Terminal Basics: Remote Processes
Using Screen, Reptyr, and Disown to ensure a job can run without an active SSH connection.<br />I cover how to move a process into Screen using Reptyr, and how to fork it using Disown to ensure the process can continue<br /><br />Commands:<br />$ screen -R<br />ctrl+a<br />d to detach<br /><br />Using reptyr:<br />$ ps -a<br />$ reptyr $(pidof process)<br />$ sudo reptyr -T $(pidof process)<br /><br />Disowning a process:<br />ctrl+z<br />bg<br />disown -h %1<br /><br />Wallpaper from Charlie Henson: <a href="https://www.pling.com/p/1319878/" target="_blank" rel="nofollow">https://www.pling.com/p/1319878/</a><br /><br />Like my channel? Please help support it:<br />Patreon: <a href="https://www.patreon.com/quidsup" target="_blank" rel="nofollow">https://www.patreon.com/quidsup</a><br />Paypal: <a href="https://www.paypal.me/quidsup" target="_blank" rel="nofollow">https://www.paypal.me/quidsup</a><br /><br />Follow me on Social Media<br />Google+ <a href="https://google.com/+quidsup" target="_blank" rel="nofollow">https://google.com/+quidsup</a><br />Twitter: <a href="https://twitter.com/quidsup" target="_blank" rel="nofollow">https://twitter.com/quidsup</a><br />Minds: <a href="https://minds.com/quidsup" target="_blank" rel="nofollow">https://minds.com/quidsup</a><br />...<br /><a href="https://www.youtube.com/watch?v=masAhSrNS2Q" target="_blank" rel="nofollow">https://www.youtube.com/watch?v=masAhSrNS2Q</a>
Author
Content Type
Unspecified
video/mp4
Language
English
Open in LBRY