What's a handy terminal command you use often? cybercitizen4 ( @cybercitizen4@lemm.ee ) Asklemmy@lemmy.ml • 6 months ago message-square117fedilinkarrow-up1136
arrow-up1136message-squareWhat's a handy terminal command you use often? cybercitizen4 ( @cybercitizen4@lemm.ee ) Asklemmy@lemmy.ml • 6 months ago message-square117fedilink
minus-square krash ( @krash@lemmy.ml ) linkfedilink1•6 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 ( @darvit@lemmy.darvit.nl ) linkfedilink1•6 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.