How to Check Processes in Linux Server..? | Secure 2 Cyber

Опубликовано: 11 Май 2026
на канале: Secure2Cyber
22
like

In this video, you’ll learn how to check all running processes on your Linux system using the ps -ef command.
This command gives a detailed list of active processes — useful for system monitoring, troubleshooting, and cybersecurity analysis.

🖥️ Command Used:

ps -ef


💡 Examples:

ps


➡️ Shows processes running under the current terminal session.

ps -e


➡️ Displays all processes on the system.

ps -ef


➡️ Displays every process with detailed information like UID, PID, PPID, CPU time, and command.

📘 Explanation:

-e → Shows all processes

-f → Displays full-format listing

🧠 Tip:
Combine with grep to find a specific process:

ps -ef | grep ssh


📺 Channel: Secure2Cyber
Daily short videos on Linux Commands, Windows Tips, and Cybersecurity Awareness.
Subscribe to @Secure2Cyber for more practical command-line tutorials!

📲 Follow Secure2Cyber:
🔹 Instagram: @secure2cyber

🔹 Facebook: @secure2cyber

🏷️ Hashtags:

#linux #pscommand #processes #secure2cyber #ubuntu #linuxcommands #cybersecurity #systemadmin #linuxbasics #techshorts