yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

Terminal Lesson 12


3m read
·Nov 3, 2024

Processing might take a few minutes. Refresh later.

Makin's 101 here. Today I'm gonna be showing you about the process system in UNIX. Now, this is a video for the people who actually want to learn something about the Mac and how their Mac works. Now for people who want to just do something really cool in terminal.

So first of all, let's go into something called top. You just head t.o.p. You can see a few processes that are running on this machine. You can see PID, commands, CPU time, a bunch of other crap. And now like the CPU is the CPU usage, like I show you, which is what I used to film this, is using 83%. And then top, which is the actual program which I typed into view, this is using 4%. Of course, terminal is using a little, and you can see this isn't basically no order whatsoever.

So I'm gonna show you how to organize these by CPU usage. So let's press ctrl C to get out of top, you'll see. And let's press, now we're gonna go into them, gonna take top, space -o, space CPU. And now top -o CPU is going to sort the processes by their CPU usage and this is the most useful role of all the things: top -o CPU.

So now you can see I show you using the most CPU is at the top. Windows server is six point one, terminal right there. Everything keeps on moving around because the CPU keeps on changing. So we just sorted them by CPU now.

So, sort them by command, now they’re sorted in alphabetical order, top down. So from USB em, uxb down to like mcx ALR, that's enough of medical order. Not as useful when it's control cx8 once again. And also, you can, there's a way of viewing all the processes. You want to type PS space ax, now hit enter.

Now PSA yo X will display all the processes once. Don't scroll way off of your terminal, maybe even let go off the screen. You can see this didn't right there sorted by CPU. You can see these are all my processes running, just clear the screen.

We can also type PS space ax space pipe, which is shift backslash. Now, if you don't know where the backslash key is, you don't have to do this feature. When it's PS space aux space shift backslash, which is a pipe, looks like a vertical bar right there, space grep GRE p space and then process name. Probably let's look for I show you.

And this is case-sensitive, don't forget that. It'll show you all the lines containing "I show you". See, here is users Alex applications I show you, etc. Well, right here is grep I show you. That's because grep is actually a program that looks, so let's check that again.

And now we can search for anything we want. Let's search for one. Still gonna be a ton of commands there, 'cause we did grep space one, searches for one and pretty much of all the lines have one in them somewhere.

No, the number things, so that's sort of like useless. If you want to just view all the processes, you do instead of grep something PS space aux space vertical bar or pipe, shift backslash, whatever you want to call it, space more.

Now just display the first page of your processes. Then you would spacebar to go to the next page, and yet spacebar to go to the next page. Now this isn't so useful on such a small terminal, but it's all you can really see. So just keep on going down.

And now after a while if this gets boring and you can't get to the bottom, you know, just press Q. If you're in this and you've done more and you don't want to keep on anything space a bunch of times, your old space down, you just press the Q key, no, quit out of more, which is the PS aux more and that's how to view the processes.

Now let's show you something on top. Another thing is the PID, that's the process ID. That ID is unique for all the processes. So instead of using the name like parental controls, you would want to use the process ID right here.

You can see parental controls is 8 8 8. I can just control C out of this and type kill 888, operation not permitted. And this is because root is actually running in 80. Let's explain this exactly. Parental controls is 8 8 8 right here, can't see the user running it through top, but if we do PS aux space grep friend, so let's just do that.

There's parental controls right there, and you can see it's running on the guest user, which is my guest user's account when y...

More Articles

View All
WALL STREET LOSSES! - The TRUTH Behind GameStop, WallStreetBets & Robinhood | Kevin O'Leary
Everybody had just completely discounted. Thought it didn’t matter, and the Robin Hood investors, “Ah, we don’t care about them; they’re too young, they have no money.” Well, that’s not how it is. I can’t stand the arrogance of sophisticated Wall Street i…
How To Become Whole (Carl Jung & The Individuation Process)
Conscious and unconscious do not make a whole when one of them is suppressed and injured by the other. If they must contend, let it at least be a fair fight with equal rights on both sides. Both are aspects of life. — Carl Jung. In my previous videos ab…
How To Live Frugally and Achieve Financial Independence
What’s up you guys? It’s Graham here. So this is a really interesting topic: how to live frugally and achieve financial independence. This is something that at its core is really, really simple. It’s not at all complicated. In fact, I could sum up everyth…
Science Fiction Inspires the Future of Science | National Geographic
The wonders of the future, the marvels of the presence. Science fiction and science innovation have been intertwined since sci-fi’s origins. From video chat to self-driving cars to space flight, there’s the science fiction and the science reality. Sci-fi …
Safari Live - Day 158 | National Geographic
This program features live coverage of an African safari and may include animal kills and carcasses. Viewer discretion is advised. Well good afternoon everybody and welcome aboard once again for another sunset safari. We’re coming to you live from the Tor…
Example: Graphing y=-cos(π⋅x)+1.5 | Trigonometry | Algebra 2 | Khan Academy
We’re told to graph ( y ) is equal to negative cosine of ( \pi ) times ( x ) plus ( 1.5 ) in the interactive widget, so pause this video and think about how you would do that. And just to explain how this widget works, if you’re trying to do it on Khan A…