Тёмный

Learning the Linux File System 

Joe Collins
Подписаться 128 тыс.
Просмотров 1,3 млн
50% 1

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 732   
@residentdog
@residentdog 7 лет назад
"thx for clicking the video" actually deserves a like
@786MdRj
@786MdRj 4 года назад
Why we can think like that! He might want to see, how many are actively learning right?
@xyzzx2454
@xyzzx2454 8 лет назад
Your vids are the reason I'm passing my tests, THANK YOU
@EzeeLinux
@EzeeLinux 8 лет назад
Cool. Good luck! :)
@jamesgfilm
@jamesgfilm 7 лет назад
You have a class on Linux? Or is it like computer organization?
@arcticjoe1142
@arcticjoe1142 6 лет назад
I want to know what you're studying, too (same as VeryCoolStuff). I have considered pursuing some sort of Linux certification.
@MrHatoi
@MrHatoi 5 лет назад
Years ago when I was starting out with Linux this video helped me so much... It just came up in my recommended and watching it is bringing back so many memories. Great video!
@jmtikka
@jmtikka 8 лет назад
The original Unix system had two disks: one for the operating system (/) and the other for user home directories (/usr). When the operating system grew they had to move some stuff over to the other disks and so the various /usr/someting directories were born. At some point they could afford a third disk and then the user home directories were moved from /usr to /home. So "Unix System Resourses" and such are such backronyms with no actual meaning. The /usr directory was the original place for the home directories but the letters 'u', 's' and 'r' soon lost their original meaning.
@RobertLock1978
@RobertLock1978 6 лет назад
Exactly. I'm glad someone called this out.
@Souls4Roca
@Souls4Roca 5 лет назад
since i kinda use a setup like that now it's like nothing changed lol
@balams2855
@balams2855 5 лет назад
Very educating. As i am from windows background.
@lanceareadbhar
@lanceareadbhar 3 года назад
I bet there were arguments to move the usr/something directories to the third disk and leave the original user data in /usr. I'm a little surprised they didn't do that.
@Razumen
@Razumen 2 года назад
@@lanceareadbhar These types of arguments are proof of the problems that will ensure Linux will never go mainstream.
@briandague4310
@briandague4310 5 лет назад
Thank you for making this video, very informative about how to work with files in linux. Using the "touch" command to create a bunch of files while showing them open in the file browser is a great way of showing that the command-line and GUI are interacting with the same system. Neat little trick: If you want to get to the home directory, you can just type "cd", no need to type "cd ~".
@jcallen3
@jcallen3 3 года назад
This video was recommended by my Linux instructor in my Intro to UNIX/Linux class and it was well worth the time. Thank you very much for a thorough explanation as well as the visual confirmation showing the file creations populating in the GUI from the CLI. Subscribed.
@j7ndominica051
@j7ndominica051 6 лет назад
As a Windows user, I find this directory structure more logical and compact. No problems with spaces in file names, the directory tree is shallow, system, users, temp and caches are separate and movable instead of buried into one another.
@dehydratedwatr
@dehydratedwatr 4 года назад
Im going to comment here because the actual video that inspired my switch has comments turned off. Thank you joe. You inspired me to make the switch to linux full time and I love it. Im still a beginner but now im 18 months in and thanks to what I learned from your channel, ive gotten to where I prefer to boot straight into the command line and my friends and family look at me like I'm a super nerd. I got called turbo brain today and all i wasn't doing was putting mint iso's on some flash drives to give to a friend who's laptop's resources wont allow him to run windows 8.
@nicoc6011
@nicoc6011 4 года назад
Last night I watched bash commands and was an excellent class, great teacher you are! I’ll keep watching since you explain concepts very clearly. Thanks a lot. Got subscribed.
@dima8415
@dima8415 6 лет назад
Best howto and tutorial I ever imagined. VERY useful. Even after 7 years of linux
@jahtemg_6636
@jahtemg_6636 8 лет назад
Finally, someone who "reviews" linux, and actually uses it at as DESKTOP OS, OMG.
@johnb1391
@johnb1391 6 лет назад
Sounds like that kind of person is your Arch nemesis!
@Jamie-yp7qz
@Jamie-yp7qz 5 лет назад
@Steven Tsakiris Scratch that, I'm gonna go eat a Mint.
@alexyu9758
@alexyu9758 5 лет назад
Why not? I'm even using it on my phone.
@Quephara
@Quephara 5 лет назад
@IHasNoLife Productions dammit Karen!
@thearcheduck8746
@thearcheduck8746 5 лет назад
@IHasNoLife Productions Not a big fan of mints, so I'll just go off into the solus system.
@jeffreyplum5259
@jeffreyplum5259 4 года назад
One reason for so many directories was that Unix came from an era of tiny disks, by today's standards. One or a few important directories could fill a disk. Directories like /home ,/var and even /tmp, could need their own disks. It also allowed core system programs to be kept on syste m disks, often write protected. Data files were kept on their one disks. The Unix tree structure allowed the same overall structure to be common, while their may be one disk or dozens. Disks were physically larger, while not hold near as much data. They also could damage themselves rather easily. The file tree shows directories needed to start, run and fix the system are kept apart from common user programs. A nice video. thanks.
@marcdraco2189
@marcdraco2189 8 лет назад
20+ years and I finally know what the hell USR means! (DOOP)
@raccoon_cast
@raccoon_cast 8 лет назад
I came here just for that. I always thought it was user.
@joemw8806
@joemw8806 7 лет назад
its not?! I've just began watching lol
@joemw8806
@joemw8806 7 лет назад
okay now I know; universal system resources; haha
@varundeshpandevd
@varundeshpandevd 7 лет назад
Yes me too
@GifCoDigital
@GifCoDigital 7 лет назад
Bahahahaha shit I was just about to write a douchey comment saying how the hell did you not know usr = user !!! Glad i watched the video first, ive always thought it was user since the first time I used a linux distro!! lol
@hotshot2472010
@hotshot2472010 5 лет назад
great guide! i've been using linux for more than 10 years and from this video, i just found out that the USR directory doesn't mean user....wow! *Mind Blown*
@tombouie
@tombouie 6 лет назад
Very enlightening/enjoyable intro to linux filesys. Linux is like going for a ice cold swim. Until you get all the way in & really get all warmed up, it's absolutely mind numbing.
@EDreyer
@EDreyer 7 лет назад
thanks! One of the longest youtube videos that I have watched, but switching form windows to ubuntu this helped a lot
@Bring_MeSunshine
@Bring_MeSunshine 6 лет назад
Brilliant Joe. I'm already knee deep into Linux, with Ubuntu, Fedora on physical machines and Kali and CentOS on VMs, but in all the tutorial stuff I have or have seen, no one has taken the time to introduce the file system in this way. I think they assume if you have your ass in gear enough to want to even try Linux, you must be aware, but it's not the case. OK, I have learnt a few things, but it's good to have another insight. Cheers
@PoeLemic
@PoeLemic 5 лет назад
Very help intro. You and Chris Titus are helping me feel comfortable enough to try and start using Linux as a daily driver.
@RealGengarTV
@RealGengarTV 5 лет назад
From a long time windows/dos user (win 3.11) THANK YOU SO MUCH! I've always scratched my head when I dabbled in the linux file indexing system (that's what I call it so I don't confuse it with file system such as NTFS and EXT4)
@hobstar
@hobstar 8 лет назад
As some whom has a decent PC background but is new to Linux, I found this very useful. New subscriber.
@ryan.1990
@ryan.1990 8 лет назад
I just dual partitioned Linux Mint 18, can't wait to get stuck in!
@sylvainyu3104
@sylvainyu3104 7 лет назад
I will try to access to Linux Arch!
@stevebez2767
@stevebez2767 7 лет назад
James O'Morain man info is good? Cathedral bazar? Git? Debuggers? EMacs?lisp?python? Eric Idle?monte Carlos? Hadoop?
@gm2407
@gm2407 3 года назад
How did it go, did it meet your expectations?
@temari2860
@temari2860 2 года назад
Watching this tutorial with old Ubuntu's unity desktop brings a lot of nostalgia.
@jb121993
@jb121993 8 лет назад
Thx much! Dove headfirst into learning Linux 2 yrs ago & left w/headache. Wanna get back in the game, but at slower pace. Your xplination was great!
@Cheweetina1
@Cheweetina1 8 лет назад
Hi Joe,Thanks so much! Good teaching!
@EzeeLinux
@EzeeLinux 8 лет назад
+Cheweetina1 Thanks for watching. :)
@PETAJOULE543
@PETAJOULE543 5 лет назад
Nice explanation about contents of Linux directories, mounting in Linux, filenames being case-sensitive, hidden files that have dot at the beginning plus Samba
@jwkmpli
@jwkmpli 7 лет назад
hi I have been a pc user for 30 years on windows, and been using ubuntu for 5 yrs now thanks for this info all my family didnt like idea of switch to linux at the start but use it every day now, videos like this offer small bits of info to us that we can take on board easily and we don't feel things are to hard to understand, thanks
@hottyson
@hottyson 6 лет назад
I have been using open source operating systems since Mandrake/Mandriva and MEPIS. I have not understood directory structures until now. Thank you Joe Collins!
@Retroglide42
@Retroglide42 6 лет назад
Found this a really interesting and useful video. I don't get to use my Linux PC much as it's still at my parents house, but I'm loving learning how to use Linux and the differences with Windows. Many thanks for the great videos Joe!
@deathangel523
@deathangel523 7 лет назад
Thanks for making this video . A perfect review for how Linux file system works.
@someguyO2W
@someguyO2W 7 лет назад
Been looking for a proper explanation of each directory and its function for quite a bit. Thanks.
@jeevespreston
@jeevespreston 8 лет назад
THANKS for this lucid description AND with the comparison to Windows locations. Been wondering about these folder purposes for years, now it's clear!!!
@ukwongaman
@ukwongaman 5 лет назад
It is accepted that Linux is based on Unix. The directory name /usr is based on the word user, not Universal System Resource. In early Unix systems it was where you stored your files (/home didn't exist).; See page 48 of The Unix Programming Environment by Kernighan & Pike
@sankargopal123
@sankargopal123 4 года назад
Just getting started on UNIX and Linux and am I glad I landed here first :) Thank you !!!
@xMaverickFPS
@xMaverickFPS 8 лет назад
@5:42 - i heard myself go "OH! cool background!" without realizing it lol great video. very clear.
@jgenterprisesnew9552
@jgenterprisesnew9552 5 лет назад
Thanks Joe. You give me hope that I could still learn LINUX.
@PaperBagMan884
@PaperBagMan884 8 лет назад
I love your videos! I've learned so much about Linux from just your channel alone.
@z3jlewhhda376
@z3jlewhhda376 2 года назад
Clear words with clear concepts. Appreciated!
@BrandonAbel01
@BrandonAbel01 9 лет назад
One video at a time the foundation is built. Thanks Joe!
@davelowe1977
@davelowe1977 7 лет назад
That was the single most useful presentation on Linux I've ever watched. Thanks!
@hermesflores6271
@hermesflores6271 4 года назад
I am a Linux new user. This class was very helpful for me to understand a lot of things. I really appreciate your help. Also I will like to learn more so I can switch completely to Linux. Right now I have all my computers dual boot with Linux distros. Ubuntu Studio, MX Linux, Fedora and a Virtual Box with Kali. I been investing more than 4 hours daily to learn more about programming and working on Linux environment. There's only one thing I have not make work on Linux, that is Spectrum TV app and Netflix all because of flash player. Thanks.
@staninjapan07
@staninjapan07 8 месяцев назад
That's a good, simple tutorial, thanks. Don't be afraid to switch from Windows, folks. I use Linux Mint on an old Macbook and it's (functionally) pretty much the same as Apple's operating system of its time - but of course it gets updates frequently and it's free.
@kdavisongalvis
@kdavisongalvis 8 лет назад
I've been using linux for 5 days now, useful video. Thank You!
@xk1k1x
@xk1k1x 3 года назад
Currently training for my A+ 1002 and was really struggling with Linux since I have no experience with it. This was unbelievably helpful
@ploopy0728
@ploopy0728 3 года назад
this was way more entertaining than it should have been ty
@mcilwraith001
@mcilwraith001 8 лет назад
I leaned today to log on as root and delete everything :-) Good video!
@kewaltakhellambam7710
@kewaltakhellambam7710 5 лет назад
"you just blew up the whole town man"😂.. Thanks this video really informative
@brendanward2991
@brendanward2991 7 лет назад
Very helpful for a Linux newbie like me. Thanks.
@TheoWerewolf
@TheoWerewolf 8 лет назад
Just for the record - Windows can also mount hard drives, folders and network shares as if they were folders on your main drive. It's discouraged because it's far more common with Windows systems to have removable drives and it's easy to forget that it's a drive when you do a mount point. But if you have a multi-drive system where the drives are fixed in the system, that's fine.
@gnarthdarkanen7464
@gnarthdarkanen7464 7 лет назад
I always knew it was possible in Windows... well... I have since Windows3 (I think?)... I was just cautioned against it because Windows had a tendency to be too stupid to still treat it as a drive (like being able to stop it before you unplug the thing on an external)... and you could lose your data. :o)
@TheBrightPixel
@TheBrightPixel 6 лет назад
Actually, Windows will not allow you to map a drive marked as removable by default.
@HighestRank
@HighestRank 5 лет назад
The fact that Unix was made for colorblind people is why Linux GUIs are needed by the fully-sighted to do file operation- so the folder avatars can be adorned with icons that always visually show in a glance the removability of a drive.
@WXLM-MorganNicole619
@WXLM-MorganNicole619 3 года назад
I’ve see this a few times but it still applies and helps me remember these. Thanks again Joe! Good help
@interestingspagetti
@interestingspagetti 6 лет назад
Have watched quite a few of your vid's in the past. I posted on another vid of yours yesterday. I 've just installed mate 16.04 on my laptop. I have a lot to learn about linux. Your vid's are really informative. Learning lots from you. :)
@s.b.asokadissanayake4276
@s.b.asokadissanayake4276 3 месяца назад
Thank YOU, I am forgetting all these in my twilight years.
@miragexii446
@miragexii446 7 лет назад
I am learning Linux & this is very helpful. Thank you very much. Please keep up the outstanding work! Take care.
@billgarcia9731
@billgarcia9731 5 лет назад
/usr was always intended to mean "user" ; www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/usr.html No slight against Joe Collins but certainly a lesson that if you intended to get into IT it is important to be able to research and verify information as it may be critical to a project you are working on. In this case not such a big deal but I had to close the open loop.
@gibsonfx3819
@gibsonfx3819 4 года назад
Thanks for all these tutorials. They are truly special.
@NeilRoy
@NeilRoy 8 лет назад
"Lets call this folder USR, nobody will be confused by that!" ;) And PWD? Is it just me who thinks this should have something to do with passwords? ROOT isn't the root. This could be why Windows people get confused by Linux. Someone didn't have their head screwed on straight when they named some of these things. ;) Still, a handy video, finally helped me with some of these things. I still feel the operating system is overly paranoid when it comes to constant password prompts, but given the history, I understand it.
@palvidhi
@palvidhi 8 лет назад
It is present working directory.
@StevoDesign
@StevoDesign 8 лет назад
Doesn't really matter if people get confused by USR...if you don't know what it means, you're also not very likely to be fooling around in it anyway.
@Ryndae-l
@Ryndae-l 8 лет назад
Neil Roy Computers didn't have passwords when pwd was named ;)
@NeilRoy
@NeilRoy 8 лет назад
Palunon I remember them having passwords. I guess it depends on the system you used back then. But Linux? No passwords? I find that VERY hard to believe. ;)
@Ryndae-l
@Ryndae-l 8 лет назад
Neil Roy Not Linux, but very early Unix. A lot of mainframes back then didn't use passwords, especially in places like the MIT and Bell Labs. We're talking somewhere between 1969 and 1973, not the 80's... At the time, Print Working Directory was a nice name.
@rileystewart9165
@rileystewart9165 4 года назад
Your welcome for clicking on the video, but more importantly, thank you for making the video! We keep each other alive Mr. Collins. We keep each other alive.
@Zager-recap
@Zager-recap 3 года назад
Your way of teaching is Great...Thanks a lot Joe.
@duranopaulo
@duranopaulo 3 года назад
Thank you for sharing your knowledge. You make it more simple for us beginners.
@SakshiSharma-oj5os
@SakshiSharma-oj5os 3 года назад
ALL YOU GOTTA DO IS OPEN A DAMN TERMINAL... you had me there.
@nabukodonosor777
@nabukodonosor777 2 года назад
"you have to do it twice so the system knows you really mean it'....I LOVE IT!! :D It's not a bug, it's a feature! :D
@WXLM-MorganNicole619
@WXLM-MorganNicole619 7 лет назад
Much appreciated a nice little primer and refresher
@xwinglover
@xwinglover 9 лет назад
I learned a few things from this video. Thanks!
@kso35
@kso35 4 года назад
lol, "why didn't anyone tell me I did that?! Gee. " too funny. great video. I did not get bored!
@Scott-mv7xm
@Scott-mv7xm 8 лет назад
4:15 but linux does have a similar system to window's letter naming. ex: sda1, s would be sata/ssc drive, a is first, and 1 meaning the partition.
@HarmonicaMustang
@HarmonicaMustang 5 лет назад
Good video. Something you forgot to mention is how the file extension system works. In Windows, you need to convert a file format before it's useable (e.g. Word to PDF). In Linux, you can tell the system what file you have just created by changing the file extension. When it's first created, a Linux file is in a neutral format. All you have to do is simply add an extension at the end and the system will treat it as such (e.g .mp3, .docx, .mp4, .pdf etc).
@ABCo-ABMedia
@ABCo-ABMedia 5 лет назад
Uh, I'm not entirely sure if I get what you mean, but if you just mean changing the file extension of an existing file in the file explorer... then, you can do that in Windows as well, and it will treat it as that file. If I have an "mp4" file, I can easily just "show file extensions" and change it... Or, when I create a file, I would just create a text file and as I choose a name, replace the "txt" with whatever I want? Maybe I didn't completely understand what you meant there, but, from what I got out of it, you *can* just change the file extension of a file, and it will be treated as that file (the contents of it could be wrong though)
@shellyshamsul3757
@shellyshamsul3757 6 лет назад
your simple instruction and teaching simply awesome!
@rajpant88
@rajpant88 6 лет назад
Great Joe & Cindy ..very helpful for those using this.
@MorbidMarrow
@MorbidMarrow 5 лет назад
"The early days of when you had CD devices on your computer"...thats what i said about 5.25 Floppy discs...Now i feel old
@annieperdue6140
@annieperdue6140 4 года назад
I remember my dad using floppies LOL
@skilz8098
@skilz8098 3 года назад
@@annieperdue6140 I've used both Floppy types 5.25 and 3.5... I even used Cartridges for Terminal-Keyboard setup where the computer was built into the keyboard and there was a slot on the side for a Cartridge. If you booted up the system, there was but wasn't an operating system... In other words, There was no running application but the terminal and kernel itself... there were no "bash or dos commands"... The terminal had a built in parser for the Basic Language... You could literally write a program from the terminal... It only lived as long as the computer was running, unless if you had a record-able cartridge drive with a blank write-able cartridge... This was back in the early to mid 80's... 10 var x = 10 20 var y = 20 30 var z = x + y 40 print z 50 goto: 40 Then execute... or something like that... it's been so long since I've written any Basic... Then came Apple II and II e... which was okay... but Dos 6.0 and Win 3.1 or 3.11 was where it was at! Why? Microsoft can thank ID Software for it's Dos Game DOOM! Without it, MS with DOS and Window's might not have gone that far! Doom is Window's Samwise Gamgee... Window's (Frodo) wouldn't have gone very far without Doom!
@annieperdue6140
@annieperdue6140 3 года назад
@@skilz8098 That era of computing fascinates me. I don't know what it is. Maybe it was the fact you could tap into the raw nerve of the computer itself.
@shivarampersaud2332
@shivarampersaud2332 7 лет назад
Thanks a ton, I love videos like these that just help people out or teach ya something.
@rajkhare5949
@rajkhare5949 5 лет назад
very very very useful vefio for the new linux user who moved from windows....thanks for explaining it so well!!
@PanDownTiltLeft
@PanDownTiltLeft 5 лет назад
spool = simultaneous peripheral operation online. You're welcome.
@TheFlyguy31
@TheFlyguy31 7 лет назад
I really enjoyed this tutorial. you took away the scary element of learning Linux and made it easier for me understand..Cheers
@arcticjoe1142
@arcticjoe1142 6 лет назад
Joe: I've watched this video several times over the past couple of years. Like it very much. Thanks... Joe
@sidihamza1018
@sidihamza1018 9 лет назад
thank you very much , you helped me alot to better understand the system all your tutorials are so easy to be understood even if english is not my mother language but thanks to you i can deal with linux the easiest way possible thank you again a please keep up the great work :)
@EzeeLinux
@EzeeLinux 9 лет назад
Sidi Hamza Thanks. I try to keep it easy. Linux is actually a very simple and logical system but it's not always presented that way. :)
@ElvishShellfish
@ElvishShellfish 4 года назад
As soon as you said "greetings and salutations" in your intro, I knew you ran Linux.
@kadeembey8367
@kadeembey8367 4 года назад
Such a well thought out and put together video, my god. thank you for taking the time to create this. I have watched other paid videos and none provide as much detail as this ! Very easy to understand with great windows to Linux comparisons !!!
@tomtommyl805
@tomtommyl805 7 лет назад
I **Tried* to use Linux. every time I did, I failed because I couldn't figure out how the hard drives worked. I had 2 hard drives on my machine and couldn't address them separately . (I was too used to the C, D, E way of identifying the drives.) I had so many books and yet still couldn't figure out how the hard drives worked. You shed some light but I'm still messed up because of the old windows ways. I eventually gave up on Linux.
@anthonyedwards8403
@anthonyedwards8403 8 лет назад
That was a great demonstration! of the Linux filing system Joe.
@liilalemuri2329
@liilalemuri2329 6 лет назад
There is so many relevant things i needed to know in that video of course including the main subject. Started very recently on Manjaro and like it as much as i thought id do and more since i knew almost nothing. I like how the Linux community is really dedicated and motivate in helping and sharing the OS. Of course that kind of thing has to ( cause its the same thing everywhere ) cause trouble among ppls sometime making " Linux folks " looking like they're always bickering and fighting against each other on the " how to " . Obviously its not true and YES sometime being presented aspects in a more simplistic manner is infinitely more practical then absolute precise facts. As long as the idea reflect the point its all good. Anyway we'll get there and figure soon enough if something had been explain simplified. Easier for the help and the helped. Awesome video , the longest 5 secs of my life before you change that " Y " but it was worth it ! Blow em all !!! XD
@rajhussain6982
@rajhussain6982 6 лет назад
Please do more videos Joe this was brilliant
@varundeshpandevd
@varundeshpandevd 7 лет назад
Nicely done Joe. Keep up the good work.
@trungoinh4639
@trungoinh4639 8 лет назад
this video is really useful for me, thanks
@owenbirdsong4884
@owenbirdsong4884 7 лет назад
I found the command "history" useful instead of the arrow keys. Plus you can highlight a command and reuse it.
@dredear9495
@dredear9495 5 лет назад
UNIVERSAL SYSTEM RESOURCES THAT'S WHAT I CALL I MINDBLOW
@ukyoize
@ukyoize 5 лет назад
WHAT WERE THEY THINKING?
@ayozhek1898
@ayozhek1898 11 месяцев назад
Great easy to follow tutorial, thank you 🙂
@AlguienMas555
@AlguienMas555 Год назад
I am starting in linux, so i am here learning
@PA4KEV
@PA4KEV 8 лет назад
Thank you for this video, helpful for beginner Linux users
@WolfireGaming
@WolfireGaming 7 лет назад
One correction; the /bin tends to hold most important system programs and some legacy programs, but not *most* programs. Most programs install to /usr/bin these days.
@stevebez2767
@stevebez2767 7 лет назад
WolfireGaming bin is utilities, programs are refer if what you write, applications is not really in your bin,applications and programs being separate things,the bin is referred as utilities as contains constant sets of things used which change and can be altered r changed by your preference as in UNIX where long term unity concludes the bin content isn't governor definite use?
7 лет назад
No since /usr move happend, just like on other unixes.
@HighestRank
@HighestRank 5 лет назад
Steve Bez I see no definitive differences between “applications” and ‘programs’. False dichotomy, the two words in English are synonymous.
@jvsnyc
@jvsnyc 5 лет назад
@Mike Rotch-Wreeks How has ClassicShell been doing since the author abandoned it due to it being almost impossible to keep functioning across Windows10 updates and open-sourced it? I totally gave up on it there.
@Mostlyharmless1985
@Mostlyharmless1985 5 лет назад
/bin holds all your base system stuff. /usr/bin holds your installed stuff. that way if you want to start fresh, you can chuck /usr/bin and not hose the entire system. In theory. In practice...
@metallitech
@metallitech 3 года назад
Makes Windows seem like genius due to its intuitiveness.
@EzeeLinux
@EzeeLinux 3 года назад
Whether something is intuitive or not is a matter of training. Windows is a mystery to Unix guys... :)
@Ramms23
@Ramms23 5 лет назад
Very good basic explanation. Thanks
@billalexander949
@billalexander949 3 года назад
Thanks for the videos. Love your teaching style.
@Exciteduser
@Exciteduser 7 лет назад
Big help for newbees like me. Thanks!
@rationalraven8956
@rationalraven8956 7 лет назад
Cool I've been using Linux for years and didn't know what most of the abbreviations in / directory meant, thanks for the info.
@andresho3618
@andresho3618 7 лет назад
Thanks Joe for nice Videos. As newbie to Linux coming from Windows DOS, Vista, XP & Window 7 where softwares I can no longer affords. Your free tutorials is a welcome relieve not to mentions practically most linux softwares are "free". My difficulty now is to select the so-called linux free distribution...& the overall hardware/software is malware free. Perfect for beginner and academic audiences alike. Keep the good works.
@pay9011
@pay9011 4 года назад
Very helpful video. 👍 I played around with Linux Puppy a few years ago but was intimidated by it. I'm now using Linux MX (alongside Win 7) so I want to actually understand it. This was a big help for me.
@user-wb5ox7nw2u
@user-wb5ox7nw2u 5 лет назад
who's watching it in 2019
@PoeLemic
@PoeLemic 5 лет назад
I'm watching and learning from Joe but also from Chris Titus too.
@malcytull
@malcytull 4 года назад
I am :-)
@listocastillo6453
@listocastillo6453 8 месяцев назад
2024
@ezra3457
@ezra3457 6 лет назад
When i saw the USR folder i was like, "hue hue hue, i know what that's called. The USR (User) folder." Little did I know that it meant Universal System Resources. Thanks
@davids9419
@davids9419 8 лет назад
very nice video. I'm just learning linux. I'm having difficulties in several areas, and with several things. I've decided to start from the beginning. This video was very good. I wrote 4 pages of notes. every word I did not know was written.... obfuscation.. damn you. But really thank you.
@mephInc
@mephInc 5 лет назад
Obfuscation - confusing for the sake of being confusing ugh....
@Thaddeus3rd
@Thaddeus3rd 8 лет назад
...CD-Rom...early days...legacy...I"M NOT THAT OLD!!! I REFUSE TO BE XD
@Thaddeus3rd
@Thaddeus3rd 8 лет назад
In all seriousness though. Excellent tutorial. I learned several things and concepts...and things.
@peterlamont647
@peterlamont647 6 лет назад
I'm burning a DVD right now... And DVDs and CDs are sold at major retailers. Just because some douche comes along and calls it "legacy" doesn't mean you're old, or that it is outdated. I wouldn't even buy a computer that had no optical drive. What would be the replacement?! USB sticks are way too expensive per GB to be a backup/give to your buddy solution. Compare a 4GB SD card with a DVD, or an 8GB SD card with a DL DVD....compare a 64 GB USB stick with a BDR disc... does not compute. Optical drives are extremely useful and will continue to be for many years.
@rafimahammad5195
@rafimahammad5195 5 лет назад
Cd rom's are not legacy. With latest versions of Linux all the media devices will b mounted in media dir. only cdrom folder is legacy. Dont worry bro
@OtakuNoShitpost
@OtakuNoShitpost 5 лет назад
Thaddeus3rd considering Linux itself has only been around in any real capacity since the mid-90s, the cdrom folder itself would be legacy from the early days
@Jupiter__001_
@Jupiter__001_ 5 лет назад
@@peterlamont647 It's not talking about them being outdated, per se, but rather that that location is legacy (CD-ROMs are now handled differently).
@addusernamehere
@addusernamehere Год назад
13:59 "Why didn't anybody tell me I did that?" LOL hahaha. Funny fella
Далее
Linux File System/Structure Explained!
15:59
Просмотров 4,1 млн
Beginner's Guide to the Bash Terminal
1:14:37
Просмотров 2,3 млн
Linux Tip | 10 Useful Linux Commands
34:35
Просмотров 662 тыс.
Unix system calls (2/2)
51:18
Просмотров 104 тыс.
The mind behind Linux | Linus Torvalds | TED
21:31
The Tragedy of systemd
47:18
Просмотров 1,1 млн
A Beginner's Introduction to BASH Shell Scripting
44:24
Linux Crash Course: Navigating the Linux Filesystem
30:28