In a similar vein, nohup lets you send tasks to the background and seems to be everywhere.
You can't mention nohup without at least mentioning kill -9 or pkill to slay the monster you created you madman
Sometimes I'll just reboot the entire damn machine just to be safe ;)
shutdown -r now
Eyyy, 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
In a similar vein,
nohup
lets you send tasks to the background and seems to be everywhere.You can't mention
nohup
without at least mentioningkill -9
orpkill
to slay the monster you created you madmanSometimes I'll just reboot the entire damn machine just to be safe ;)
shutdown -r now
Eyyy, 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