Which command will find all processes owned by user fred?

Which command will find all processes owned by user fred?Category: Introduction to Linux IAuthor "LinuxQuestions"Which command will find all processes owned by user fred?
Linux Questions Staff asked 1 year ago

Which command will find all processes owned by user fred?

  • pgrep -i | fred
  • ps fred | grep -1 process
  • pgrep -u fred -l
  • ps -a | user fred

About the author