@[email protected] to [email protected] • 1 year agoWhat's a handy terminal command you use often?message-square266fedilinkarrow-up1227arrow-down18
arrow-up1219arrow-down1message-squareWhat's a handy terminal command you use often?@[email protected] to [email protected] • 1 year agomessage-square266fedilink
minus-square@[email protected]linkfedilink1•1 year agoHow does screen / tmux work when detached from a session, how does it keep the session alive (both when running locally, and while ssh:ing to a server)? Is there a daemon involved?
minus-square@[email protected]linkfedilink1•1 year agoYou can find out by running screen and executing pstree, that way you can see how the screen process is run.
How does screen / tmux work when detached from a session, how does it keep the session alive (both when running locally, and while ssh:ing to a server)? Is there a daemon involved?
You can find out by running screen and executing pstree, that way you can see how the screen process is run.