Linux Zero to Hero Playlist 2024 How to use the PS command in Linux | What is PS command | What is PS -ef?
How to use the PS command in Linux | What is PS command | What is PS -ef? Transcript and Lesson Notes
#mprashant #linux #linuxprocess π My Bash Script PDF notes! π Get yours at a special price of 39/- only! π₯ π https://rzp.io/l/IEMRiGCj π‘ πMy Linux Notes! π Save your time and get Linux 150+ Commands cheatsheet at
Quick Summary
#mprashant #linux #linuxprocess π My Bash Script PDF notes! π Get yours at a special price of 39/- only! π₯ π https://rzp.io/l/IEMRiGCj π‘ πMy Linux Notes! π Save your time and get Linux 150+ Commands cheatsheet at
Key Takeaways
- Review the core idea: #mprashant #linux #linuxprocess π My Bash Script PDF notes! π Get yours at a special price of 39/- only! π₯ π https://rzp.io/l/IEMRiGCj π‘ πMy Linux Notes! π Save your time and get Linux 150+ Commands cheatsheet at
- Understand how ps command fits into How to use the PS command in Linux | What is PS command | What is PS -ef?.
- Understand how linux ps fits into How to use the PS command in Linux | What is PS command | What is PS -ef?.
- Understand how linux ps command full path fits into How to use the PS command in Linux | What is PS command | What is PS -ef?.
- Understand how ps tutorial fits into How to use the PS command in Linux | What is PS command | What is PS -ef?.
Key Concepts
Full Transcript
#mprashant #linux #linuxprocess π My Bash Script PDF notes! π Get yours at a special price of 39/- only! π₯ π https://rzp.io/l/IEMRiGCj π‘ πMy Linux Notes! π Save your time and get Linux 150+ Commands cheatsheet at a special price of 49/- only! π₯ π https://rzp.io/l/3pzXrDk π‘ Hello dosto, In this video I have covered PS command in linux which is very useful to get the information about the running process in our linux environment. 00:00 Introduction 00:25 What is a process 00:50 PS command example 01:25 PS command output explain 01:51 Most widely used PS command 04:13 To see all the running process in BSD format 05:45 Practical use of PS command 06:05 Search process using grep 07:43 To see the processes by username 09:16 To see the Process tree Syntax: ps [OPTIONS] ps - Shows the process of current shell PID - unique process ID TTY - terminal type of user logged in to TIME - amount of CPU in min and sec that process has been running CMD = name of the command that launched the process ------------------------------------------------------------------------------------------ Most widely used command To see all the running processes ps -e ps -A ps -ef (for full format) ------------------------------------------------ To see all the running process in BSD (Berkeley Software Distribution) format in Linux Ideally it gives you more information ps aux ------------------------------------------------------------------------------------ To see the process by username ps -u user_name ps -G group_name ---------------------------------------------------------------------------------------------------- Process associated with terminals ps -T (current terminal only) ps -x (other terminal included) ----------------------------------------------------------------------------------------------------------- To see the process tree ps -ejH ps command in hindi ps ef linux ps command ps command bash ps command, linux ps, linux ps command full path, ps tutorial, ps command in linux, ps command in unix, process control, ps command output columns, ps command kill process, linux ps command, ps command in linux with examples, linux ps tutorial, linux ps examples, ps command in hindi, quick ps tutorial, ps command in linux to view all processes, linux commands, ps command with examples, examples on ps command, ps command bash, linux commands for beginners, ps -ef, ps ef
Lesson FAQs
What is How to use the PS command in Linux | What is PS command | What is PS -ef? about?
#mprashant #linux #linuxprocess π My Bash Script PDF notes! π Get yours at a special price of 39/- only! π₯ π https://rzp.io/l/IEMRiGCj π‘ πMy Linux Notes! π Save your time and get Linux 150+ Commands cheatsheet at
What key concepts are covered in this lesson?
The lesson covers ps command, linux ps, linux ps command full path, ps tutorial, ps command in linux.
What should I learn before How to use the PS command in Linux | What is PS command | What is PS -ef??
Review the previous lessons in Linux Zero to Hero Playlist 2024, then use the transcript and key concepts on this page to fill any gaps.
How can I practice after this lesson?
Practice by applying the main concepts: ps command, linux ps, linux ps command full path, ps tutorial.
Does this lesson include a transcript?
Yes. The full transcript is visible on this page in indexable HTML sections.
Is this lesson free?
Yes. CourseHive lessons and courses are available to learn online for free.
