Job Control
Job Control # Commands # 202403030918-ps pidof pgrep pstree jobs bg fg Niceness and Priority # 40 niceness values. -20 is highest and 19 is lowest. Default is 0. Child processes inherit niceness of parent. Users can renice processes they own. root can renice any process. nice (1) - run a program with modified scheduling priority renice (1) - alter priority of running processes Print process list with priority and niceness columns: ...