Understanding Linux Processes in 8 minutes

preview_player
Показать описание
Description:

Welcome to our comprehensive tutorial on mastering Linux processes! In this video, we'll dive deep into understanding, querying, and managing processes using essential command line tools. Perfect for both beginners and seasoned users, this guide will help you control your Linux environment with ease.

Timestamp
00:00 - Intro
00:27 - List processes using the "top" command
01:20 - Starting processes
02:34 - pgrep and pkill
03:13 - Looping process
05:44 - PS command
06:32 - Processes from multiple users
07:32 - Final thoughts

What You’ll Learn:

🔹 Understanding Linux processes and their lifecycle
🔹 How to list and query running processes using top and ps
🔹 Using pgrep to find processes by name or other attributes
🔹 Safely terminating processes with kill and pkill

Commands Covered:

top - Real-time process monitoring
ps - Process Status: ps aux, ps -ef
pgrep - Finding processes by name: pgrep process_name
kill - Terminating processes by PID: kill PID
pkill - Killing processes by name: pkill process_name

If you find this video helpful, don’t forget to 👍 like, 🔔 subscribe, and leave a comment if you have any questions or topics you want us to cover in future videos!

#Linux #LinuxProcesses #CommandLine #SysAdmin #TechTutorial #KillProcesses #linuxcommands #blacktech #linuxforbeginners #linuxterminal #wsl #ubuntu
Рекомендации по теме
Комментарии
Автор

Thank you- very clear and easy to understand- and USEFUL!

walter_lesaulnier
Автор

Good presentation, especially for someone like myself who has a basic understanding of processes, terminal commands, and shell scripts but still has a lot to learn.

davey
Автор

great information, keep it up, thanks

DevotedGamer
Автор

Have never seen pkill before airways just used kill or killall. I probably wouldn't say running from a file but running from a shell script. If you wanted to kill a while loop running from the shell you'd have to kill the shell it is running in. So you'd kill a bash / sh/ csh etc process that is actually running a built-in while.

vkfbab
Автор

fast, clear, no stupid ads!
sub sub sub!

HarikaRessam
Автор

pgrep == process grep
pkill == process kill
right?
are there other useful psomething commands we can use?
Thanks a lot in advance

amortalbeing