@cybercitizen4@lemm.ee to Asklemmy@lemmy.ml • 2 months agoWhat's a handy terminal command you use often?message-square277fedilinkarrow-up1228arrow-down19
arrow-up1219arrow-down1message-squareWhat's a handy terminal command you use often?@cybercitizen4@lemm.ee to Asklemmy@lemmy.ml • 2 months agomessage-square277fedilink
minus-square@krash@lemmy.mllinkfedilink1•2 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•2 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.