List process with specific usernameOption 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 ![]() Look at the above snapshot, it display the processes of akki and sssit with "ps -f -u akki,sssit" command.
Next TopicList process with specific command
|