Your videos are always teaching me more about Linux. Keep em coming and I will keep watching and learning. Thanks for all you do.
@soubinan2 жыл бұрын
Thank you for this video :) There is also the so useful du command with the threshold option to filter only bigger files `du -h -t 100M /tmp/*` for example to show only files greater than 100MB in /tmp
@LearnLinuxTV2 жыл бұрын
Thanks for the tip!
@lawrencedoliveiro91042 жыл бұрын
5:00 actually gibibytes. You need “-H” for decimal multiples, “-h” for binary.
@predragnikolic12592 жыл бұрын
Thanks!
@omaralhalboosi27132 жыл бұрын
You are amazing sir, thank you from my heart for making it so clear and understandable.. all respect to you and the family from Chicago 🇺🇸
@MT-er6tl2 жыл бұрын
Maksunnserjf
@mason87142 жыл бұрын
love learning new things from this channel - you are doing a great job Jay
@anandus31742 жыл бұрын
I'm a linux admin who always use du -sch * inside /var/log to find disk consuming logs. I didn't know the meaning of s & c switches 😅😅
@d00dEEE2 жыл бұрын
Ha ha, I do the same thing. I've got a bunch of commands that I use with switches that I just type from habit, probably looked them up decades ago, but forgot since then. 'netstat -tunlp' and 'ps -ealf' come to mind right away. I think I'll go man them now.
@anandus31742 жыл бұрын
@@d00dEEE yup. I use netstat -ntpl ps aux 😅😅
@maxdiamond553 ай бұрын
Nice Segway into the pop os review when you plugged in the usb key Jay
@JayantBB782 жыл бұрын
Wow. Another right to point, no nonsense video. Love your videos. Keep posting.
@lawrencedoliveiro91042 жыл бұрын
8:07 You can specify the -x option multiple times, if you want to exclude more than one filesystem type from the listing. For example, on my Debian system, I have a filesystem of type “devtmpfs” mounted on /dev.
@bw_merlin2 жыл бұрын
This was super awesome and super helpful. Please keep this kind of content up.
@auto1176662 жыл бұрын
Good stuff. I always learn something new about these 40 year old command line utils from this channel. :)
@BDBD162 жыл бұрын
30 Years as Linux was released 1991, if we are talking true Unix, try more like 50 years.
@shallex57442 жыл бұрын
@@BDBD16 possibly older than 30 if the commands were made for the GNU system before Linux came along
@BDBD162 жыл бұрын
@@shallex5744 I see what you did there you little daemon.
@shallex57442 жыл бұрын
@@BDBD16 i don't think i did anything
@JohnBortins2 жыл бұрын
Outstanding!
@ciobysv232 жыл бұрын
Regarding the output of the df -hT command is worth to mention that when using ext4, as the filesystem by default, 5% of the blocks will be reserved for the super-user, to avoid fragmentation and if we sum the output of the columns Used + Avail the value will be different from what's displayed in the Size column. (445 GB in this case) and the remaining 23 GB up to the displayed size of 468 GB is in fact the 5% reserved space. This reservation can be adjusted with the help of the tune2fs command.
@lawrencedoliveiro91042 жыл бұрын
11:58 Actually mebibytes. And unlike the df command, you add “--si” to ask for decimal units. (Calling them “SI” units is misleading, since the binary multipliers are also defined by SI.)
@DL-xf3ur2 жыл бұрын
Thanks as always Jay. Excellent.
@gauravsrivastava172 жыл бұрын
Learning Linux will be so easy with these videos
@chillnacho2 жыл бұрын
I love this crash course series.
@TheInternetFan9 ай бұрын
so grateful for this video. I had a '/' directory that was 93% full. Gave the : du -sm / and it was hanging. I guess --max-depth 1 could have helped navigate the filesys in order to pin point which subdirectory was too heavy. thank you for teaching me this switch.
@srb18552 жыл бұрын
excellent and very informative video - particularly the exclude option for df ... and the max depth option for du. 👍
@lawrencedoliveiro91042 жыл бұрын
15:28 And here’s another feature of using du on multiple directories: what happens when one directory is contained within another? For example, my current directory contains source code for some programming project. It also has a .git subdirectory containing the Git commit history for that project. If I do du -ks .
@lawrencedoliveiro91042 жыл бұрын
that will show me the total usage for the entire directory. But if I do du -ks .git . now something wonderful happens: it first reports the usage for the .git subdirectory, then it shows the usage for the source directory _minus that of the .git subdirectory_ . So I see just the size of the current source tree, not including the commit history.
@Enes-ho2rb2 жыл бұрын
This is really awesome tutorial. Great work man.
@NekoiNemo2 жыл бұрын
Thank you for mentioning ncdu. For some reason it's not mentioned often, especially to new users, and it's so much better for interactive use than just plain du. I wish somebody has told me about it years ago when i just started using linux
@HopliteSecurity2 жыл бұрын
This was a game changer! Thank you so much for this amazing video and keep up the fantastic work ❤
@d00dEEE2 жыл бұрын
Thanks for the reminder about ncdu! I was thinking "what's that tui-based du that sorts by size?" for most of the video, but couldn't remember what it was called.
@anthonychaple30312 жыл бұрын
Great video man 👍🏻. Hey would you consider making a video simulating the RHCSA exam? This series would compliment that perfectly and honestly all other videos i can find simulating the RHCSA exam are very low quality, i think one from you would help a lot of people. Thanks beforehand
@carlallison95302 жыл бұрын
Great teaching as usual the way you have mastery of the command line and how you move and insert different commands is a teaching within its self. please consider and do a teaching on how you move letters and commands and insert different commands with ease because to a newbie it's difficult to understand how you do what you do.
@ArniesTech2 жыл бұрын
Thanks as always for the informative content 💪🙏
@wanak57952 жыл бұрын
thank you you are great teacher
@LearnLinuxTV2 жыл бұрын
Thank you! 😃
@sairak35142 жыл бұрын
Thank you so much!
@KyronG559 ай бұрын
I always facing problem of getting / of getting 100% full. but unable to find exactly what directories or miunt point in / directories.
@janis.eglitis2 жыл бұрын
There's also a "gdu" command which you can install `sudo apt install gdu`.
@undergrounder2 жыл бұрын
Thank you!
@mihai65647 ай бұрын
thanks for the video
@cleightthejw22022 жыл бұрын
about the 'root drive'- if there are multiple drives is there only 1 that is root over all of them or is it ''root' from each drive? What would make it the 'root'? The fact that is it the initial and 'over all' controlling point that allows access to pretty much (if not) everything else? Also, what is a 'bootable' usb? Are al usb's bootable or no? If not, why not? What are instances of the differences- especially the bootable usb?? Maybe you have vids on these already. I'm not aware of them if they do exist (obviously).
@bellatrix6252 жыл бұрын
There is always one root directory in a linux system. If you have multiple drives with Linux installed then you will have multiple root directories in corresponding drives. And if you want to use it in one linux system then you need to mount it there as normal directory/file and this directory acts as root for that mounted drive.
@jasonthomas56472 жыл бұрын
I installed 22.04 with standard “use entire disk” on my 170G SSD and df-H command says half of it is 100% full and I can’t acces the rest! I lonly have xfcedesktop and a few small programs running and it says it’s taking up 77G! No way! Now I can’t upgrade my system because it says there’s no more room. Something’s not right. How do I access the rest of the 80G and how do I clear out the bloat? I’m tempted to scrap the whole thing and start over!
@cyberhifi26292 жыл бұрын
I think I am the first viewer of this video🙂🙂
@madebytl2 жыл бұрын
You are my g
@asdf515012 жыл бұрын
Good commands to know.
@KR1ML0N2 жыл бұрын
Could you not just use ./ for current dir?
@fazzanimohsen3202 жыл бұрын
gooooooooood
@SteveMacSticky2 жыл бұрын
thanks very much
@10lauset2 жыл бұрын
.. Cheers to you. ..
@benmcwhirter45662 жыл бұрын
Thanks. I just yeeted 24G from my home directory that I didn't no was there.
@rursus83542 жыл бұрын
*Kernel panic!* (Perhaps once or twice a year)
@TheFartfish2 жыл бұрын
Food for algorithm ;-)
@BobDoe_692 жыл бұрын
nice
@BMcC782 жыл бұрын
Jay, the boring linux guy... this is great to fall asleep to.
@BashirAhmed-uh9pp2 жыл бұрын
The good Device
@khawarbaig20742 жыл бұрын
i really like it from pakistan
@homelemon25792 жыл бұрын
平衡
@restfulchest3 ай бұрын
Young Amy Lewis Amy Miller Donald
@kennyroostam2902 жыл бұрын
why du -h - -max-depth 1 /home/jay shows more folders than sudo du -hsc /home/jay*?
@simonsonjh2 жыл бұрын
The -x option isn't much use on ZFS systems showing filesystems such as "rpool/USERDATA/simonson_mn5ygm"