4

I am aware of the -u option in htop, where I can show only processes of a given user, such as:

htop -u root 

I am wondering whether there is a way to show processes of all user except root.

1 Answer 1

7

This is not possible, as of htop 0.8.3.

Source: the source code.

The best you can do is sort processes by user, root's processes will be conveniently lumped together.

3
  • And here is the Github issue. Commented Dec 2, 2015 at 22:12
  • Is this possible with the latest htop version? Commented Feb 23, 2023 at 13:32
  • @alper I don't think so. The feature request was rejected and I can't see anything like that in the interface of htop 3.0.5, but I haven't checked the source code. Commented Feb 23, 2023 at 15:03

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.