Linux process – nice values

In Linux every process has a nice number, the higher the nice number, the less cpu time will be used by the process.  So a process is nicer (demand less cpu time) if it has an higher nice number. If we are using ps -l  then we have column with the header NI, in this column we … Continue reading Linux process – nice values