Linux Command Line Tutorial For Beginners 15 - kill command

preview_player
Показать описание
kill: You can terminate process with kill command. The command usesone or more PID’s as its argument.
$ kill 122 129 115

ps: This command will displayed the process status .submmission time,required CPU time, Process name.

$ ps [option]
-a: Print all terminal process.
-e: Print all current process.
-t: Print all processes of listed terminal.
-u: Displays processes of listed user.

sleep: This command will suspend the execution of shell.The maximum limit of sleep is 18000 second.Unfortunately keep the terminal idle.
$ sleep [seconds]
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

Thanks so much Dear. I am a student who is trying to learn IT all by myself. Teachers like you help us a lot . Hug from Sweden. :)

jonathanjohansson
Автор

Thank you so much sir for providing a free education to needed people and contribute in making a world a better place

kunalgupta
Автор

for those who have issue with process GUI name and name in terminal :
run top or " ps -ef " command and note down the PIDs from there. then run " pstree -p (PID) " . replace (PID) with one of the noted PIDs. this command will give you both the GUI name and name in terminal of that process. and try to remember names like this. may be there is another method but meta AI told told me about this method

rpgprogamer
Автор

Thank you! I watched the whole list, you have educated me.
:)

HazemAls
Автор

Sir how to know about the software name (system setting )name like (unity control center)???

SandeepKaur-vjxc
Автор

Like here in this video u opened the system setting but identified it as unity control center in top. How do I relate these two different name of any process i.e one shown in its GUI version and the other in top

bholendushukla
Автор

If we don't know the name, how to know the PID?

anuragmukherjee
Автор

Thank you so much it's very helpful.

afshankhan
Автор

How do you know what it is called? 1:22

priya
welcome to shbcf.ru