@[email protected] to [email protected] • 2 years agoWhat's a handy terminal command you use often?message-square265fedilinkarrow-up1227arrow-down18
arrow-up1219arrow-down1message-squareWhat's a handy terminal command you use often?@[email protected] to [email protected] • 2 years agomessage-square265fedilink
minus-square@[email protected]linkfedilink7•2 years agoIn a similar vein, nohup lets you send tasks to the background and seems to be everywhere.
minus-square@[email protected]linkfedilink3•2 years agoYou can’t mention nohup without at least mentioning kill -9 or pkill to slay the monster you created you madman
minus-square@[email protected]linkfedilink2•2 years agoSometimes I’ll just reboot the entire damn machine just to be safe ;)
minus-squareCavemanlinkfedilink1•2 years agoEyyy, don’t hate, this is how I start all my work programs. That command is really nice and creates all work programs as children of a single terminal session for easy closing later.
minus-square@[email protected]linkfedilink2•2 years agoNo hate! Just need to make sure people know so they don’t create a bazillion threads without realizing it, or how to stop them effectively
In a similar vein,
nohuplets you send tasks to the background and seems to be everywhere.You can’t mention
nohupwithout at least mentioningkill -9orpkillto slay the monster you created you madmanSometimes I’ll just reboot the entire damn machine just to be safe ;)
shutdown -r nowEyyy, don’t hate, this is how I start all my work programs. That command is really nice and creates all work programs as children of a single terminal session for easy closing later.
No hate! Just need to make sure people know so they don’t create a bazillion threads without realizing it, or how to stop them effectively