Home » Linux List process with specific username

Linux List process with specific username

by Online Tutorials Library

List process with specific username

Option u displays the process for a specific user. You can also specify multiple usernames separated by a comma between them.

Syntax:

Example:

ps -f -u akki,sssit

psu1

Look at the above snapshot, it display the processes of akki and sssit with “ps -f -u akki,sssit” command.

You may also like