@[email protected] to [email protected]English • 1 year agoHow to be a pro sysadminsh.itjust.worksimagemessage-square27fedilinkarrow-up1147
arrow-up1147imageHow to be a pro sysadminsh.itjust.works@[email protected] to [email protected]English • 1 year agomessage-square27fedilink
minus-square@[email protected]linkfedilinkEnglish12•1 year agoCTRL + C is for terminating process occupying current terminal. How would I do sysadmin without that?
minus-square@[email protected]linkfedilink8•1 year agoEasy, don’t run any commands you don’t intend on seeing through.
minus-square@[email protected]linkfedilink2•1 year agoJust bg everything, like I’ve got time to wait for an ls to get back to me when zooming around the dark infoscape que me cd-ing back and forth between Downloads and /opt wondering why the thing isn’t working
CTRL + C is for terminating process occupying current terminal. How would I do sysadmin without that?
Easy, don’t run any commands you don’t intend on seeing through.
Just bg everything, like I’ve got time to wait for an ls to get back to me when zooming around the dark infoscape
que me cd-ing back and forth between Downloads and /opt wondering why the thing isn’t working
CTRL + \ crew. It’s the only way to be sure
Ctrl+z followed by
kill %1
?