This is something EVERY linux YT channel MUST cover !!! .... Thank You lovely lady
@k00bly26 Жыл бұрын
The best explanation of the Filesystem I've seen and by now. Thanks Veronica for explaining
@elddr22 жыл бұрын
Wow! Just wow! This was amazingly explained! Will recommend this video 100%
@jaminoes_2 жыл бұрын
NOTE: /home is more akin to C:\Users in Windows, rather than C:\Users\WHATEVER\Documents
@DominicDeligann2 жыл бұрын
yeah, i was about to comment this too.
@TheTransporter0072 жыл бұрын
Yeah, it's a painfully horrendous error.
@leonidas147752 жыл бұрын
"C:\Documents and Settings\account\My Documents\"
@DistrosProjects2 жыл бұрын
@@leonidas14775 not since XP afaik, they changed it
@monikagaikwad7303 Жыл бұрын
@@leonidas14775 1 G1
@salkjshaweoiuenvohvr2 жыл бұрын
Veronica is awesome! I've struggled to understand the file system every time I ever tried Linux and you explained it only once and now I finally understand it! Thank you!!!
@Alex-fl2yh2 жыл бұрын
I agree. Does she have an own channel? edit it is linked, nevermind
@gg-gn3re2 жыл бұрын
Just like windows, 90% of them aren't ever used by users
@mortenlund14182 жыл бұрын
She is awesome a lot
@MikeWood2 жыл бұрын
For some reason I never saw this when it was first posted. Really good info which I had in one spot when I was first learning Linux. Nicely done.
@Michael2010782 жыл бұрын
The best explanation of Linux folders. Just great!
@MartinJaszczuk2 жыл бұрын
This is an excellent and concise video. Some previous knowledge required, but NICE!
@ZekeLawl8 ай бұрын
I’m not a sysadmin but as a new Linux user just to replace windows this is very helpful. Thank you
@asaskald2 жыл бұрын
Veronica's channel is so fun and wholesome and now she's on Linode's channel? Excellent! Thanks, Veronica!
@vwbond2 жыл бұрын
What is the name of her channel 🤔
@asaskald2 жыл бұрын
@@vwbond Veronica Explains it All.
@threadtapwhisperer51362 жыл бұрын
Remember, pressing the TAB key will auto complete the most likely completion. Speed the file path entry in terminal by at least 30 percent.
@AndersJackson2 жыл бұрын
And shortcut keys are from Emacs.
@stephenweishaar90582 жыл бұрын
Been using Linux for nearly 15 years, and I literally only learned this ..... earlier this week! So useful!!!
@MasterHigure2 жыл бұрын
Depending on what shell you're using, but Bash and most other common shells will tab-autocomplete as far as it can autocomplete unambiguously, not to the most likely completion. There is a substantial difference between the two.
@crevanizekil Жыл бұрын
Finally, a lady explaining linux. Thank you, this is very helpful. Good stuff.
@JarrodMcKitterick2 жыл бұрын
Thank you, Veronica. Will be sharing your Linux filesystem explanation to all my newbie Linux friends. This video is Awesome and so are you!
@jimbojimberson99342 жыл бұрын
I love the Unix / directory! I remember switching to MacOS and Linux exclusively and falling in love with the simplicity. This is an awesome guide to all of them!
@linuxstreamer89102 жыл бұрын
true after coming from windows it is so easy on windows i had some problems when i unplugged & plugged in a external hdd it changed letters I had some games installed on it it broke so much now i don't have to worry about that anymore ALL HAIL LINUX
@birusingh78202 жыл бұрын
@@linuxstreamer8910 the
@linuxstreamer89102 жыл бұрын
@@birusingh7820 who cares
@thedarkknight4243 Жыл бұрын
Thank you so much Linode and especially Veronica for explaining Linux System. Please do more videos on the Linux system and Linux Server Administration, much appreciated. Thanks
@blackchristiangeek2 жыл бұрын
Thanks for the tutorial. I have taken a lot of notes and I clearly have a lot more to learn about Linux basics :-) Also, it was interesting to see someone (you) for the first time that I have been listening to for a long time. Thus, I listen to far more podcasts than I watch KZbin videos. Again, thanks and God bless
@joojay3288 ай бұрын
The best video explaining the filesystem, breaking it down. THANK YOU!
@bettyswunghole33104 ай бұрын
As someone who was schooled in the "opposition camp" (namely DOS/Windows) and has only recently started getting into Linux/UNIX, the Linux file system was pretty overwhelming...vids like this help to make it less scary, though! 😁
@bornsonoran Жыл бұрын
This is my 4th time watching. I absolutely love how you breakdown the file system. You make learning Linux very understandable for me.
@Joe-km1vs8 ай бұрын
I’m new to Linux, this is only the second video of yours that I’ve seen, and I think your videos teaching Linux are some of the best I’ve seen! Very clear explanations where I’m able to understand, and your funny sometimes 😂❤ Sincere gratitude and thanks for explaining this foreign OS to an average self/taught Windows user like myself 🙏🏾✌🏾
@TonyGonzales2 жыл бұрын
Veronica is awesome, and so are you! And Linux!
@NuttachaiTipprasert2 жыл бұрын
Comming from Windows, I found Linux's filesystem makes a lot more sense. I love how everything in Linux (or Unix, for that matter) is just a file. Everything is clear and I can easily find where my files are because there's no A, B, C, D, E.... Z directory or registry nonsense unlike in Windows.
@herrbonk36352 жыл бұрын
I tried that positive attitude with Unix in the 1980s (my employer had heard "it was the future"). Didn't work out well though, still hate most aspects of Unix and its rigid 1970s style conventions. (The Linux kernel that Linus wrote for the 386 is another thing.)
@Conenion2 жыл бұрын
Drive letters made (somewhat) sense back than, when computers had 1 or 2 floppy drives. Not much thereafter.
@herrbonk36352 жыл бұрын
@@Conenion To me, that CP/M heritage makes perfect sense even today, when you have various USB-sticks, memory cards, and external SSDs. It would be nice if the letters could be words though, i.e. a short description of the unit. (No, I'm no M$ fan by any means, just simple and practical.)
@Conenion2 жыл бұрын
@@herrbonk3635 > makes perfect sense even today, Not so perfect then, since drive letters have length of 1 char only. > It would be nice if the letters could be words though, In Linux you label a partition. See mount -l, or lsblk. lsblk will show you /run/media//. And any decent GUI file manager will just show you the label. Like for example Nemo. (lsblk -o LABEL shows you only the labels.)
@herrbonk36352 жыл бұрын
@@Conenion That's not how it was in Unix, iirc. But a Windows shell (like Total Commander or other) could actually do the same. Because the connection between a drive letter and the id-string of an external SSD, other Nand-flash unit, or whatever, is known and visible via "the registry".
@OMNS7772 жыл бұрын
Proud linode customer. Love your services :).
@mrd42332 жыл бұрын
I think this one is the best linux quality explanation on yt!!
@ramial-saadi31132 жыл бұрын
" I assure you that the original contents of /etc were the "et cetera" that didn't seem to fit elsewhere. Other variants might do their own etymologies differently. " " You can find references to "et cetera" in old Bell Labs UNIX manuals and so on - it's used for system configuration, but it used to be where all the stuff that didn't fit into other directories went. "
@lecomtegaetan81202 жыл бұрын
... Thank you so much T_T .I had always been looking for THIS content somewhere about the filesystem but explained that way with important things added while in the stream just enough to keep looking for informations more deeply.
@chswin2 жыл бұрын
This is very well done. She’s a pro communicator!
@andrespasso85112 жыл бұрын
loved that gameboy on the background !
@davidmoore573 Жыл бұрын
Woot! Bonus Veronica Explains
@josephkelly48932 жыл бұрын
Nice work with the Linode gig Veronica!!!
@pac-sjwepnic81312 жыл бұрын
I really appreciate this video. the basics explanation is enough to get started. Helps me think in the right direction when something happens. Thanks Veronica.
@Foulancer2 жыл бұрын
As a configuration manager I have to say that the Linux file system to me looks like chaos. As if either a result of lack of discipline amongst the open source community or due to legacy. In any case, thanks for this informative video!
@hudsonriverlee Жыл бұрын
Incredibly informative video. Wow. I am stunned at how little I know and knew and now feel my eyes opened... my Linux Mint machine is only for Ham radio use .. so very few programs other than Ham radio related programs will be required.. knowing the how and where is a huge help. Well lit videos with good audio and a confident presenter are key ! Well done !!
@atreusduvelll6002 жыл бұрын
Great to see you on this channel Veronica! I always love your videos, especially the ones where you demystify some big topics like this. 👍
@pfloydphanatic2 жыл бұрын
Thanks for the fun and helpful video! I just took a Linux class and wow what a lot of information. Have like a 30+ page word doc of all commands and another one for all of the directories. It will be a while until I take my Linux+ exam! I told the instructor that I think I know more about the Linux system than Windows now. He's my scripting teacher too for the summer. Think this one's going to be rough...
@zameerpashablr2 жыл бұрын
Thank you so much for explaining in detail, I have been learning for the past 1 year , I regularly follow Learn Linux TV....he always speaks about Linode, I wanted to learn a lot about Linux Distros. Thank you so much once again.
@GPEART1 Жыл бұрын
The symbolic links information was great to learn, thank you!
@CeliniaGava2 жыл бұрын
I hope you will expand beyond Linode, you are WONDERFUL at explaining linux
@mariyambeevi9896 Жыл бұрын
M
@pinkipandey2402 Жыл бұрын
@Appalling682 жыл бұрын
1:17 Kernel 4.18. Kernel 4.18? Like wow! LOL! Thank you SO MUCH for such an informative video. You rock, Linux lady!
@sinzies2 жыл бұрын
Cool intro for someone new to Linux helps demystify any confusion. Loved the /etc pronunciation never heard it that way :) been using e.t.c.
@Hagar9216 ай бұрын
Just learned a lot. Thank you Veronica!
@jeremycoleman32822 жыл бұрын
Veronica is my new favorite Linode developer advocate
@umarhussain93342 жыл бұрын
Thanks for these videos really helpful
@beethreeLIVE2 жыл бұрын
Love all these cameos on Linode!
@davidinmichael2 ай бұрын
You made this for me, right? Thank you 🎉
@alanjrobertson2 жыл бұрын
Great video, thanks. Also loved you addressing the elephant in the room around the pronunciation of /etc 😂🐘👍
@lucyinchat2 жыл бұрын
Neat! Linode is doing a thing.
@dumbllama84952 жыл бұрын
I loved it. it's concise and fast paced, which is great for learning starter concepts in any field.
@mohammadkhan87122 жыл бұрын
That was very descriptive on the Linux file system!!
@terminalreset76592 жыл бұрын
Excellent video! Thanks! Made it easy to get a good understanding of the file system.
@BilalHeuser12 жыл бұрын
I like to use the -F option when I use the ls command. Using this option, it will classify each entry and indicate what kind of file it is.
@maharajahdann2 жыл бұрын
At last, Bilal!!
@androth15022 жыл бұрын
i've noticed in the home folder, there is a .config folder where *most apps store their user-defined configuration files in their respective folders. however there are some like bash and x11 that dump their configs right in the user folder. is this some kind of legacy thing? it would be nice if all the programs obeyed the .config/ convention.
@wsippel2 жыл бұрын
Yeah, the .config folder is related to the relatively new (as far as standard adoption goes) freedesktop XDG base directory specification. Not all programs follow freedesktop standards, and especially legacy applications sometimes don't adopt such changes for compatibility reasons.
@GVlis10 ай бұрын
Greeting from Greece! very nice 🙏
@asdf515012 жыл бұрын
Good info, well presented. Thanks for the video!
@rafalg872 жыл бұрын
There's some flexibility and some legacy stuff which is fine, but where it gets messy from my point of view is in the /usr/local directory which starts its own duplicated structure, e.g. it can have bin, lib or etc subdirectories. I'm looking at a certain project that uses containers and one of them has configuration in /etc/php while another has it in /usr/local/etc/php. I never know where to look first.
@andy_3_9132 жыл бұрын
You're explaining, but not where I was expecting...confused lol. But excellent job all the same :)
@donstamps2 жыл бұрын
Great overview! Thank you!
@giuzp952 жыл бұрын
Just what I needed!
@MitchSiripanya10 ай бұрын
Thank you; it's very educational.
@casuallybad2 жыл бұрын
Nice! You gave me GM vibes. Very informative.
@TheVexinator2 жыл бұрын
Flexibility is not always your friend. Flexibility means there are multiple possible causes when something goes wrong, increasing complexity of troubleshooting. That said, good introduction!
@dragonek_gnu_linux_pl2 жыл бұрын
finally i found a video where is expleied all i man ALL linux filesystem directories not only some and /srv /run /sys skipped almost at all tutorials
@nelsonrobertomiranda73292 жыл бұрын
Amazing video! about the usr directory, some would call it "unix system resources", hence the name
@stucatz11302 жыл бұрын
What is the keyboard you are using? Looks like a 65%er ? Thank you for the vid
@send2gl2 жыл бұрын
Well presented, used Linux for ages but nice to get clarification on some folder uses.
@kychemclass58502 жыл бұрын
Fantastic Video. Thank youuuuuuu !
@nytfire38702 жыл бұрын
Well explained! Keep it up ma'am 👍
@CurtisFairlie2 жыл бұрын
Great explaination 😁
@Therealbrez Жыл бұрын
I can not imagine anyone ever calling it etsy instead of E T C, there is a correct way of pronoucning it and it is the one I grew up using
@datag1199 Жыл бұрын
Great video - thank you! Subscribed
@GeorgeGzirishvili Жыл бұрын
3:30: Your second device has no partitions there. Partitions are ones that end with _p_ followed by a number. 11:00: _USR_ stands for _"Unix System Resource",_ not _"user"._
@taidee2 жыл бұрын
Ok, Veronica, I've finally subscribed 🤣
@joel64712 жыл бұрын
Well Explained. Thank you for your efforts.
@cbbcbb68032 жыл бұрын
You work with COBOL? I love it. I will subscribe. What COBOL do you work with?
@shanearchibald79402 жыл бұрын
This was great and Infromative. Thank you very much.
@MrJoegotbored2 жыл бұрын
Thanks for the tutorial!
@남이-v8x2 жыл бұрын
Great Explanation!
@ShariqueFaizan2 жыл бұрын
Very nice explanation.. Thanks
@koekkoeksklak2 жыл бұрын
What keyboard is that with split spacebar in the background?
@VeronicaExplains2 жыл бұрын
System76 Launch Keyboard! I love the split spacebar.
@KnutBluetooth2 жыл бұрын
Correction: Historically before the big /usr merge, a lot of programs in both /bin and /sbin were statically linked. The /sbin directory was used for programs that a normal user shouldn't use. Typically programs that require root. It's not recommended to download files in /tmp because other regular users or system accounts could access them if the permissions aren't set right and other shenanigans. Some Linux distros have a temporary directory in /run that is private to the user because of this.
@herrbonk36352 жыл бұрын
I agree on the static linking. But who cares about "other users" in 2022? Eveyone has got their own personal computer for 30-40 years now (i.e. where you download things, so not talking about payroll or security systems).
@KnutBluetooth2 жыл бұрын
@@herrbonk3635 What is it that you do not understand about the word "Historically" ?
@herrbonk36352 жыл бұрын
@@KnutBluetooth Nothing dude. _"It's not recommended to download files in /tmp because [...]"_ sounded like present tense to me.
@KnutBluetooth2 жыл бұрын
@@herrbonk3635 Oh that. But the point still stands. Thought you were talking about /sbin. There are plenty of system user accounts (network daemons with their own user accounts) who could access the files in /tmp if they don't have proper permissions and there is also all the file/directory creation race condition shenanigans which is why mktemp exists. These network daemons should be sandboxed with restricted filesystem access on systemd systems, but many still aren't and most non-systemd distros have no sandboxing at all. Private temp dirs in /run are not just decoration. Also these days /tmp is more often than not a tmpfs which is going to be a problem for some downloads.
@guildpilotone2 жыл бұрын
Really well done! Thanks!
@kevinrobertandrews2 жыл бұрын
That was a lot, but very well explained!!! Thank you.
@FGB642 жыл бұрын
Most (all?) of these directory names were inherited from Unix. I believe usr stood for Unix System Resources.
@lucyinchat2 жыл бұрын
That might be apocryphal, it might just be a shortening of user.
@VeronicaExplains2 жыл бұрын
@@lucyinchat That's my understanding as well- it didn't stand for anything other than "user" as in "user-land resources" as opposed to "system-land resources" found in the other directories.
@Babbili7 ай бұрын
this is one of the best Linux filesystem vids, wonder why she's not anymore in Linode
@abdallahkhamis88111 ай бұрын
Awesome .. love it.. thanks alot
@eddiedantes7732 Жыл бұрын
Thank you for explaining in a way a moron like me can understand. This is how my mom used to talk to me when I was five, and I greatly appreciate it.
@gavinkneale27072 жыл бұрын
👋 Hi Veronica. Real Thanks. Do you know where I can find Clippy ?
@Pindrop222 жыл бұрын
That was great! Thank you so much
@BG-qb6dq2 жыл бұрын
The second drive is actually not partitioned. "n1" is the namespace.
@SatishKumar-ut4pu2 жыл бұрын
Please want to learn more about file system types, EXT3 , 4 LVM, XFS how to extended them when we augment additional disk space, also role of /etc/fstab
@davey82005110 ай бұрын
Linux is awesome-and so is Veronica!
@johnsanders17282 жыл бұрын
Nice Presentation
@tpasi2020UG2 жыл бұрын
Awesome! Great tutorial thank you.
@StrikerEureka852 жыл бұрын
i do some development with Coldfusion and when installing on Linux, it usually goes by default in the /opt directory
@TheLazyJAK2 жыл бұрын
I'm pretty sure /usr stands for universal system resources or something like that
@andreslb1512 жыл бұрын
4:45 Not exactly. The /home dir equivalent in Windows is \Users (or \Documents and Settings for older versions).
@ManontheBroadcast2 жыл бұрын
A Users and Permissions Tutorial would be a great follow-up ...
@TheBoxyBear2 жыл бұрын
I worked with windows software that often use the temp folder to avoid corruption when writing files. The stream would write to the temporary file then that file would be moved to the right location, overwriting the original. Is that a way the same directory is often used on Linux?
@squ34ky2 жыл бұрын
4:40 Isn't the Windows analogue (at least Win 7 onwards) to the Linux home directory C:\Users? Linux (/home//) == Windows (C:\Users\