r3 - 17 May 2008 - 21:02:48 - HecPeAreYou are here: TWiki >  General Web > UNIX
http://web.mit.edu/answers/unix/unix_jobs.html

Ctrl+Z -> sleep

jobs - show list

fg %1 - wake

kill %1

-- HecPeAre - 30 Oct 2007

  • http://www.shell-fu.org/lister.php?id=245?
Ever been on a machine that just wouldn't respond? As soon as you're root, lower the priority of the offending process ID(s) by using the 'renice' command:

# renice -19

-- HecPeAre - 17 May 2008

history | awk '{print $2}' | sort | uniq -c | sort -rn | head

-- HecPeAre - 17 May 2008

 
Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r3 < r2 < r1 | More topic actions
 
Powered by TWiki

This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback