couzteau Registered Feb 5, 2002 #1 ahoi, what has happened to nice? i can use the command in tcsh and in bash. but how can i check the status? top and processviewer don't show it. does it work? couzteau
ahoi, what has happened to nice? i can use the command in tcsh and in bash. but how can i check the status? top and processviewer don't show it. does it work? couzteau
vanguard Registered Feb 6, 2002 #2 ps -l nice or ps 123 -l nice (where 123 is the process_id) Vanguard