List process run by user
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>
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> Solve common apt-get and apt errors in Ubuntu/Debian. Fix broken packages, lock files, dependency issues, and repository problems....
Complete guide to troubleshooting SSH connection problems. Learn how to fix connection refused, timeout, and authentication errors....
Master systemd troubleshooting with this comprehensive guide. Learn how to diagnose failed services, read logs, and fix common systemd issues in Linux...
Learn how to diagnose and fix network problems in Linux. Covers ping, traceroute, DNS issues, firewall problems, and interface configuration....
Complete guide to diagnosing and fixing disk space issues in Linux. Learn how to find large files, clean up logs, and free up space safely....