Show all processes for a specific user
To view only the processes owned by a specific user, use the following command:
top -U [USERNAME]
and replace [USERNAME] with the name of the user.
To view only the processes owned by a specific user, use the following command:
top -U [USERNAME]
and replace [USERNAME] with the name of the user.
the -U should be lowercase -u
yeah , its true, u should be in lowercase
It does not need to be lowercase.
Both are working :)