cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 2 months agoWhat's a handy terminal command you use often?message-squaremessage-square277fedilinkarrow-up1229arrow-down16
arrow-up1223arrow-down1message-squareWhat's a handy terminal command you use often?cybercitizen4@lemm.ee to Asklemmy@lemmy.ml · 2 months agomessage-square277fedilink
minus-squareI Cast Fist@programming.devlinkfedilinkarrow-up2·2 months agoMore of a shortcut, CTRL + A + D to exit the current session (exits a sudo su first, then a ssh, then the actual terminal)
minus-squareBaumGeist@lemmy.mllinkfedilinkarrow-up1·edit-22 months agodoes it do all of those with one press? Id that what the ‘A’ is for?
minus-squareBaumGeist@lemmy.mllinkfedilinkarrow-up1·2 months agoCtrl + D (EOF character) also does that, so I’m just confused what the ‘A’ is doing
minus-squareI Cast Fist@programming.devlinkfedilinkarrow-up1·2 months agoReally? Then I must’ve been taught wrong and never noticed
More of a shortcut,
CTRL + A + D
to exit the current session (exits a sudo su first, then a ssh, then the actual terminal)does it do all of those with one press? Id that what the ‘A’ is for?
One “exit” per press
Ctrl + D
(EOF character) also does that, so I’m just confused what the ‘A’ is doingReally? Then I must’ve been taught wrong and never noticed