已執行的 process 如要改變執行優先權就不能用 nice 而要改用 renice ,基礎用法為 renice # PID,(# 為優先權,範圍為 -20 ~ +19,值越小優先權越高) 只有 superuser 可設負值的優先權。