Archive:

Month: September 2025


Linux box slow

By: | Post date: September 16, 2025 | Comments: No Comments

Posted in categories: Computer Tips, Work related

Sometime a multi users linux box can go extremely slow even if there are not much actually. This may be caused by abandoned user sessions. To get rid of these, please run: systemctl | grep “abandoned” | cut -f3 -d ‘ ‘ | xargs systemctl stop