List process run by user LinuxMonitoring Posted on January 3, 2015 | by admin Replace the [username] with the required username If you want to use ps then ps -u [username] OR ps -ef | grep <username> OR ps -efl | grep <username>