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 @Tej-Singh-Rana,
Thank you for your quick response. I tried again but still, get the same error when hitting the check bottom.
I tried again and now it is working. Thanks