Linux box slow

By: | 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

Be the first to comment!

Leave a Reply