@cybercitizen4@lemm.ee to Asklemmy@lemmy.ml • 10 months agoWhat's a handy terminal command you use often?message-square239fedilinkarrow-up1224arrow-down10
arrow-up1224arrow-down1message-squareWhat's a handy terminal command you use often?@cybercitizen4@lemm.ee to Asklemmy@lemmy.ml • 10 months agomessage-square239fedilink
minus-square@krash@lemmy.mllinkfedilink1•10 months 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@darvit@lemmy.darvit.nllinkfedilink1•10 months 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.