Re: [ck] Re: [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2.6.21-rc3-mm2

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sanjoy Mahajan
Date: Tuesday, March 13, 2007 - 4:19 pm

> a previous discussion that said 4 was the default...I don't see

tcsh, and probably csh, has a builtin 'nice' with default +4.  So

  tcsh% nice ps -l

will show a process with nice +4.  If you tell it not to use the builtin,

  tcsh% \nice ps -l

then it uses /usr/bin/nice and you get +10.  bash doesn't have a nice
builtin, so it always uses /usr/bin/nice and you get +10 by default.

-Sanjoy

`Not all those who wander are lost.' (J.R.R. Tolkien)
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2.6.21-rc3-mm2, Radoslaw Szkodzinski, (Sun Mar 11, 11:58 pm)
Re: [ck] Re: [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2 ..., Rodney Gordon II, (Mon Mar 12, 11:08 pm)
Re: [ck] Re: [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for ..., Mike Galbraith, (Mon Mar 12, 11:30 pm)
Re: [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2.6.21-rc3-mm2, Valdis.Kletnieks, (Tue Mar 13, 10:21 am)
Re: [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2.6.21-rc3-mm2, Jeremy Fitzhardinge, (Tue Mar 13, 10:59 am)
Re: [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2.6.21-rc3-mm2, Jeremy Fitzhardinge, (Tue Mar 13, 1:10 pm)
Re: [ck] Re: [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2 ..., Sanjoy Mahajan, (Tue Mar 13, 4:19 pm)