Is there any way to exit from the login shell if you aren't in it (ie. running a script)?
kbjradmin New Member Messages 512 Reaction score 2 Points 0 Jan 23, 2009 #1 Is there any way to exit from the login shell if you aren't in it (ie. running a script)?
M misson Community Paragon Community Support Messages 2,572 Reaction score 72 Points 48 Jan 24, 2009 #2 signals when to use (and not use) `kill -9` csh signal handling bash signal handling Other shells may handle signals differently; check your shell documentation.
signals when to use (and not use) `kill -9` csh signal handling bash signal handling Other shells may handle signals differently; check your shell documentation.