Lab: Manage Processes and Analyze Log Files, Ex04: renice sshd process priority not working

I used the ps aux to get the sshd process id (974) and then executed the renice cmd as sudo (sudo renice 9 974) and got the following output: “974 (process ID) old priority 0, new priority 9”. However, when I checked the exercise solution got an error despite having changed the process priority. Is this a problem with the platform, or am I missing something?

Hi @irianleyva,
We will check it.

Regards,

Hi @irianleyva,
This has been fixed. Pls give it a try and let me know.

Regards,

Hi @Tej-Singh-Rana,

Thank you for your quick response. I tried again but still, get the same error when hitting the check bottom.

I just followed your steps and didn’t see an issue.

I tried again and now it is working. Thanks