cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 1 month agoWhat's a handy terminal command you use often?message-squaremessage-square277fedilinkarrow-up1229arrow-down17
arrow-up1222arrow-down1message-squareWhat's a handy terminal command you use often?cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 1 month agomessage-square277fedilink
minus-squarekrash@lemmy.mllinkfedilinkarrow-up1·1 month 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-squaredarvit@lemmy.darvit.nllinkfedilinkarrow-up1·1 month 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.