/usr actually contains bin (binary files of applications including your shell), share (contains cursors, icons, etc.), and much more. the actual user folder is /home/, it contains downloads, documents, etc.
It is actually a "user" folder of sorts. It was originally meant to be the place where binaries and configuration files would go for programs meant to be used by users. This is why you have directories like /bin and /usr/bin. In modern systems you see them symbolically linked to each other because the distinction became unnecessary over time
Know something off? That you had to take ownership of Windows files, then delete it. While, you don't remount the other systems as read-write. What really happens, if we consider that all files are accessible: 1 - MacOS is just like Linux. If you delete the root, both will stay turned on until you reboot and notice that it will go to BIOS instead. 2 - System32 is NOT the Windows system folder, but the Windows binaries folder. Deleting System32 is like deleting /usr on Linux. If Windows were treated as such, it would also delete itself and happen the same as above. If the system still boots, must be a recovery partition that was set aside with it's own EFI partition (UEFI BIOS). But would have to install the system all over again.
I know these folders might not be equivalent to each other. But this video idea started off by "What if you delete system32 on windows" and then adding on top the closest thing in MacOS and Linux. On MacOS, the equivalent of Sys32 is split between multiple different folders, like /System, /usr, /bin and more, but for the sake of simplicity, I picked to delete the System folder. System32 equivalent on linux would be /usr, with a few more. On linux I guess I could have been more accurate and delete something more specific rather than delete root (/) entirely.
I no joke managed to delete the system folder on an old version of mac os (10.4-ish) as a kid. By logging into the computer as a guest. Apparently there were no protections against that. It didn't even do the thing shown in the video, it was just a static error message.
"delete system32" in Linux would be "rm -rf /sbin" (and also /lib but that's optional in the case of statically linked init and built-in modules). The rest is superfluous
@@asnibzayd7500 bro he just said that mac sends the user to system install while other os doesnt, how in the hell is that gay, no way you are offended by his comment my dude
@@asnibzayd7500 Your behaviour shows your incompetence in accepting other people's opinions on irelevant subjects. Blind with hatered for a operating system you probably never used, crusading for yours as the best. Grow up dude.
On Windows I don't think the core is even a file system so you can't literally delete the core like you can in Linux. If I'm not wrong windows stores the binaries for the core in a separate partition/volume entirely which is read-only unless you do an update and see the BIOS upgrade UI
I unknowingly had actually tried this before and I couldn't install windows again on my laptop. So I installed linux instead and it was quick and works fine.
Since OS X (predecessor macOS) El Capitan (10.11), They introduced SIP (System Integrity Protection, aka rootless) to prevent these spectific folders. this includes /System, /bin, /sbin, /usr. Furthermore, since macOS Catalina (10.15), they mounts system partition as read-only drive. so that's why partition is seprated as *Macintosh HD* and *Macintosh HD - Data* .
Not only that, but since macOS Big Sur, you not only need to disable SIP, you need to turn off the cryptographic verification off (ie break the seal on the snapshot of the system volume), then reboot, then you can mount the System volume, make the necessary changes to the system volume and then finally bless a new snapshot of the system volume. If you don’t bless the new snapshot of the system volume it will automatically boot up into recovery mode to prompt you to reinstall macOS. The new signed system volume (SSV) requires the cryptographic hashes to match during the boot loader (which occurs even before the Kernel is loaded itself). If it fails the verification process then your system will reboot into recovery mode. Separately to the SSV’s cryptographic hashes (which pretty much stops all malware from ever installing into the system volume) is that macOS now runs on a snapshot of the system volume, so if a system update fails (ie power loss during an update installation), it will fall back on the previous snapshot before the update, thus saving you from having to reinstall macOS entirely.
The Windows behavior is all too familiar to me. My machine has a bizarre and frustrating issue where once every few months it'll randomly lose connection to one of its storage drives, and sometimes that drive is the boot drive. There's a creeping sense of dread when you wake up your computer and slowly realize things aren't working, as you try to figure out what's going on. Good thing Windows caches so many essential functions in memory!
Because remounting the system root as read-write would require you to disable SIP, and even then it probably wouldn't let you delete anything. Also, the firmware (including recovery) is stored on a separate APFS container that is not mounted at runtime, which on the other hand you can remove (and effectively break your entire macOS installation) without any errors.
/ is actually not the system folder, it's basically the the Windows C: so you basically deleted everything, that's the reason the icons disappeared from the taskbar, you deleted the user's settings at /home/
It's funny how the command to "delete the Linux system" doesn't work on Android (which is also Linux-based). Well, it *DOES* shows the error messages about the read-only filesystem, but apparently, the phone/tablet is still alive. It just shuts down for a certain time, but them you can turn it on again and boot into recovery/fastboot modes. The first time you type the command, it actually formats the whole Android OS and gets back to the setup screen. The second time you type the command it just deletes the OS from the phone, but still keeps the rest of the partitions intact. I've typed the command at the TWRP recovery on an old Motorola G2 and got surprised by how the phone was still alive after literally typing the command *TWICE!!!* Pretty funny, right?
/usr mean united system ressources, it's like Program Files and ProgramData combined The equivalent of C:\Users on macOS/Linux is /home (/Users on macOS is just a symlink to /home)
@anonymouspuppy apple mobile operating systems dont come with a functional /bin anymore, but you can install them if you had any sort of communication with the device
This is not possible Thing i am watching this video on is an unrooted android os And removing a non root os is not possible by just executing sudo rm -rf /*. You have to use twrp instead and wipe system partition but it is not possible because i can just reinstall the os through twrp
my College Lab Computers are my test grounds & they all run Ubuntu. Such a Usefull video for a Person like me Thanks! Also i was windering what happenes if you delete other core Folders in linux
i remember deleting system 32 back in 2009 when i was in 9th grade. it was still functioning but i use to get lot of errors dialogue box and cmd errors.
Oh yeah, somebody deleted system 32 or something on a computer I had when I was younger and literally hacked my desktop thing, probably with a RAT and when I booted it up it was just a black screen(as it literally would not boot). Yeah, that's why you got to be careful what sites you visit, what you download, and make sure to have a good operating system and/or antivirus, I say that because Linux usually doesn't have or need one.
Not even that. Linux isn't an OS it's a kernel. The "Linux OSes" are Arch, Debian, Fedora, Ubuntu(the one used in the video), Mint, and much, much more
Can you go in depth on the protections and how easy it is to remove etc because I remember getting a lot of permissions on windows by accident when trying to remove stuff for privacy.
@ItzIcky True, but I mean if you delete the Android System Apps or essential Apps... Like these aren't Linux Apps and are also required to use Android!
linux is a kernel not an operating system.(you guys have probably heard that enough), also you forgot the rest of the os's based on unix, like bsd and freebsd, and unix itself, along with MS-DOS, if you count that as a seperate operating system from windows
Yes! Well, I'm not sure... Almost all methods shown here only affect system files, and will therefore leave the user's data alone. Whether or not that fact is actually used by the OS (specifically MacOS) isn't certain to me... Also, the method shown here for destroying Linux goes after the root folder -- the root of ALL folders, and not just system files -- meaning user data will be destroyed as well (hence the extra massive warning on the command)
Wdym sudo rm rf is deleting the 'French langauge pack'
bro
sudo rm -fr
The french pack sucks! It doesn't even have the french narrator! That's why you have to delete it!
@@Samuel4KplusHDD t'as dit quoi là ?!
@@petitscratchcatmdr
/usr actually contains bin (binary files of applications including your shell), share (contains cursors, icons, etc.), and much more. the actual user folder is /home/, it contains downloads, documents, etc.
Roger that. I made a spelling mistake in the video it seems.
@@datastream_ytIt's fine, we all call it as "user" anyway
spoiler alert: the system gets deleted
Damn why you spoil it for me I was waiting to see the outcome.
@@Timely-ud4rm you weren't, you were reading comments instead
sherlock
@@Timely-ud4rm
Jesus is the way, the truth and the life. Turn to him and repent from your sins today ❤️
Omg I totally didn’t expected that.
me when i get my classmate's pc:
del /S /F /Q C:\Windows\System32
you can do that?
@276- yes! not lie! my classmate sometimes brings laptop! also he's allows me to take this laptop!
@@276- yep
OH SHI-
Evil
GOD THE /usr folder IS NOT THE USER FOLDER WHY DON'T PEOPLE UNDERSTAND THIS!! THE USER FOLDER IS /home/username NOT /usr
Still it reads USeR
@@AAKalam no, its pronounced U.S.R thats my opinion
@@AAKalam but a lot of people just misunderstand it
It's obviously OUR folder since usr = United Soviet Russia
It is actually a "user" folder of sorts. It was originally meant to be the place where binaries and configuration files would go for programs meant to be used by users. This is why you have directories like /bin and /usr/bin. In modern systems you see them symbolically linked to each other because the distinction became unnecessary over time
Know something off? That you had to take ownership of Windows files, then delete it.
While, you don't remount the other systems as read-write.
What really happens, if we consider that all files are accessible:
1 - MacOS is just like Linux. If you delete the root, both will stay turned on until you reboot and notice that it will go to BIOS instead.
2 - System32 is NOT the Windows system folder, but the Windows binaries folder. Deleting System32 is like deleting /usr on Linux. If Windows were treated as such, it would also delete itself and happen the same as above.
If the system still boots, must be a recovery partition that was set aside with it's own EFI partition (UEFI BIOS). But would have to install the system all over again.
I know these folders might not be equivalent to each other. But this video idea started off by "What if you delete system32 on windows" and then adding on top the closest thing in MacOS and Linux.
On MacOS, the equivalent of Sys32 is split between multiple different folders, like /System, /usr, /bin and more, but for the sake of simplicity, I picked to delete the System folder.
System32 equivalent on linux would be /usr, with a few more. On linux I guess I could have been more accurate and delete something more specific rather than delete root (/) entirely.
I no joke managed to delete the system folder on an old version of mac os (10.4-ish) as a kid. By logging into the computer as a guest. Apparently there were no protections against that. It didn't even do the thing shown in the video, it was just a static error message.
Damn💀
The old video about macOS system folder is private, very happy they brought it back 😊
Made a better version of it :)
My question is how much money did you waste just to remove macOS off of a MacBook or Mac mini? Or did you buy a cheap ass old apple computer?
@@Timely-ud4rm you know you can just reinstall it
@@Timely-ud4rm ur dumb
Straight to the point, explanations included, nicely edited. Subbed, keep it up mate
Thanks! :)
"delete system32" in Linux would be "rm -rf /sbin" (and also /lib but that's optional in the case of statically linked init and built-in modules). The rest is superfluous
I really like the way Mac handles this. Just straight up sends you to system install.
u probably gay or under 15, nigha its just simple coding, but windows atleast stood a chance
@@asnibzayd7500 bro he just said that mac sends the user to system install while other os doesnt, how in the hell is that gay, no way you are offended by his comment my dude
@@asnibzayd7500 Your behaviour shows your incompetence in accepting other people's opinions on irelevant subjects. Blind with hatered for a operating system you probably never used, crusading for yours as the best.
Grow up dude.
@@asnibzayd7500 I bet bro is a gaming addict child who loves his 2 hours battery backup windows laptop🤡
@@asnibzayd7500 do you actually program anything with real coding languages, and not dogshit like scratch or pocket code?
I'll always love how Mac and Linux are like brothers or cousin kernels, and then Windows is just something completely different 😂😂😂
They both use the Unix philosophy, but they are actually quite different. Mac is closer to FreeBSD and some consider it to be a BSD itself.
2:20 "wether I want to end its suffering? Which I didn't." 😂 Fun video.
2:16 i see this error everytime i play geometry dash
me when the 2.2 shaders kicks in
When I'm playing a 2.2 level and suddenly I see a shader trigger:
Me when playing Noel Electra:
1:51 - Maybe you have a 32 bits version of winamp. As I know, all files needed for windows to execute 32 bits applications located in SysWow64 folder.
what about templeOS?
fireOS
God will not allow you /j
Let’s do templeOS please 😊 also I think that this video is going to blow up viral!
the computer turn into wine
Freebsd
On MacOS and Windows you only deleted important system folders and on Linux the whole `/`? Something doesn't add up here
On Windows I don't think the core is even a file system so you can't literally delete the core like you can in Linux.
If I'm not wrong windows stores the binaries for the core in a separate partition/volume entirely which is read-only unless you do an update and see the BIOS upgrade UI
I unknowingly had actually tried this before and I couldn't install windows again on my laptop. So I installed linux instead and it was quick and works fine.
You didnt just delete the System, you deleted everything including your user folder in Linux.
How did you record the screen?
It must have beein either a virtual machine or a capture card
Screen recording software. And virtual machines!
Since OS X (predecessor macOS) El Capitan (10.11), They introduced SIP (System Integrity Protection, aka rootless) to prevent these spectific folders. this includes /System, /bin, /sbin, /usr.
Furthermore, since macOS Catalina (10.15), they mounts system partition as read-only drive. so that's why partition is seprated as *Macintosh HD* and *Macintosh HD - Data* .
Not only that, but since macOS Big Sur, you not only need to disable SIP, you need to turn off the cryptographic verification off (ie break the seal on the snapshot of the system volume), then reboot, then you can mount the System volume, make the necessary changes to the system volume and then finally bless a new snapshot of the system volume. If you don’t bless the new snapshot of the system volume it will automatically boot up into recovery mode to prompt you to reinstall macOS.
The new signed system volume (SSV) requires the cryptographic hashes to match during the boot loader (which occurs even before the Kernel is loaded itself). If it fails the verification process then your system will reboot into recovery mode.
Separately to the SSV’s cryptographic hashes (which pretty much stops all malware from ever installing into the system volume) is that macOS now runs on a snapshot of the system volume, so if a system update fails (ie power loss during an update installation), it will fall back on the previous snapshot before the update, thus saving you from having to reinstall macOS entirely.
The Windows behavior is all too familiar to me. My machine has a bizarre and frustrating issue where once every few months it'll randomly lose connection to one of its storage drives, and sometimes that drive is the boot drive. There's a creeping sense of dread when you wake up your computer and slowly realize things aren't working, as you try to figure out what's going on. Good thing Windows caches so many essential functions in memory!
you can't rm rf my device, it's an android but oem unlocking is not available due to verizon.
OEM unlocking is always possible.
Meet pointy probes
0:22 NOOOOOOOOO IT'S NOT LINUX !! IT'S UNIX AND IT'S NOT THE SAME !!!! YOU WILL CONFUSE NEWBEES LIKE I DID !!
He said similarly to how it is
@clearlyblotted oh sorry my english is bad
why not do "sudo rm -rf /" on macos too? you can probably destroy the non firmware recovery that way too
Because remounting the system root as read-write would require you to disable SIP, and even then it probably wouldn't let you delete anything. Also, the firmware (including recovery) is stored on a separate APFS container that is not mounted at runtime, which on the other hand you can remove (and effectively break your entire macOS installation) without any errors.
/ is actually not the system folder, it's basically the the Windows C: so you basically deleted everything, that's the reason the icons disappeared from the taskbar, you deleted the user's settings at /home/
Even after that, files should still be recoverable after removing your drive of choice from the PC.
It's funny how the command to "delete the Linux system" doesn't work on Android (which is also Linux-based). Well, it *DOES* shows the error messages about the read-only filesystem, but apparently, the phone/tablet is still alive. It just shuts down for a certain time, but them you can turn it on again and boot into recovery/fastboot modes. The first time you type the command, it actually formats the whole Android OS and gets back to the setup screen. The second time you type the command it just deletes the OS from the phone, but still keeps the rest of the partitions intact. I've typed the command at the TWRP recovery on an old Motorola G2 and got surprised by how the phone was still alive after literally typing the command *TWICE!!!*
Pretty funny, right?
/usr mean united system ressources, it's like Program Files and ProgramData combined
The equivalent of C:\Users on macOS/Linux is /home (/Users on macOS is just a symlink to /home)
You should have tried to boot back in to see how far it gets in the boot process
Wake up babe, our favourite mac os youtuber posted. Data stream 🔥🔥🔥🔥🔥
Now that i can understand 😎
why only three os? what about BSD or Haiku OS?
when my mom wants to check my pc:
sudo rm -rf --no-preserve-root /
why, just why, just tjen dont do naughty things
3:54 good luck using the command on mobile because it doesn’t have command prompt or terminal (at least I don’t think so)
If you root your device you van access terminal
so does that mean that deleting the system 32 from the get folder does not work?
3:54 But I am watching on a iPad
iPadOS is technically Unix based so sudo rm -rf would work
@anonymouspuppy apple mobile operating systems dont come with a functional /bin anymore, but you can install them if you had any sort of communication with the device
IPad are based on ipadOs, which is based on ios, which is based on macos, which is based on Linux SO your iPad basically runs Linux
@@Alex_Official4493 macOS is not based on Linux. macOS using XNU that based on Darwin and some FreeBSD elements.
@@Alex_Official4493 no, macOS is based off UNIX
This is not possible
Thing i am watching this video on is an unrooted android os
And removing a non root os is not possible by just executing sudo rm -rf /*.
You have to use twrp instead and wipe system partition but it is not possible because i can just reinstall the os through twrp
can you try deleting bios??
Lol it'll just permanently brick the PC, nothing spectacular
Nice video! Also, merry chistmas, or should I say "merry chistmac"? But fr, merry Christmas data!
Haha nice to see you again, KV21YT. Merry christmas! :)
@@datastream_yt mery christmas bro
my College Lab Computers are my test grounds & they all run Ubuntu. Such a Usefull video for a Person like me Thanks!
Also i was windering what happenes if you delete other core Folders in linux
I have a video on deleting core Linux folders on my channel. Check it out :)
If I don't do any terminal commands to enable deletion of important files, could I delete everything on MacOS safely?
what if someone is warching it on a smart phone ?
Windows taskbar is like the dock/dash and the menu bar/topbar combined
So it makes Windows good again ah?
Is it possible with Tizen? I was looking for how to remove viruses and find this video.
This is what I always loved about my Atari.
You'd need a grinder to get rid of the TOS Chip.
templeos not mentioned
Why you didn't restart windows os ?
i remember deleting system 32 back in 2009 when i was in 9th grade. it was still functioning but i use to get lot of errors dialogue box and cmd errors.
Oh yeah, somebody deleted system 32 or something on a computer I had when I was younger and literally hacked my desktop thing, probably with a RAT and when I booted it up it was just a black screen(as it literally would not boot). Yeah, that's why you got to be careful what sites you visit, what you download, and make sure to have a good operating system and/or antivirus, I say that because Linux usually doesn't have or need one.
You can load into bios and format the storage where you have windows on and reinstall it again from a usb stick.
No mention of BSD, Solaris, or TempleOS?
It went from educational to threatening in 4 minutes 🤣
Thats not every OS. Its the main OSes only
Not even that. Linux isn't an OS it's a kernel. The "Linux OSes" are Arch, Debian, Fedora, Ubuntu(the one used in the video), Mint, and much, much more
@ I did not know that ;) but if linux is a kernel, not an os Why does he say its an os? is it just some kind of simplified version of kernel?
Fun fact: If you get an error on windows. Press the text. Then Press Ctrl+C. Next open notepad and then paste it on notepad
What about reactOS
Can you go in depth on the protections and how easy it is to remove etc because I remember getting a lot of permissions on windows by accident when trying to remove stuff for privacy.
how u record this video when you make the system does not work
He is using Virtual Machine.
For linux, if it most say read-only
Perform mount -o remount,rw /
Then delete /!
Wait. How did he screen record?
Probably screen cap.
He uses a virtual machine
@@TheLegendOptimus ohk
@Chief... ohk
its not windows 11 it have not roundet corners stop lyinc this is an mak os design i have this too
2:02 how the hell was that screen recorder running!
Virtual machine, the recording software was probably running on the host machine not in the one that got "corrupted"
Clean install of windows fixes everything, even this
guys if you think:"did he just buyed such expesnive OS's for nothing?" you are wrong he is using virtual box or vmware
what a bad Christmas present for these OS' lol
/usr isnt User... It's Unix System Resources
I’s their a system 64 for like 32 bit versions of Windows it would be system 32. but 64 bit of windows it would be system 64?
not really, there is a systemWOW64 tho
2:16 the application not rrsponding is Explorer.exe
What happens if you do this on Android after rooting it?
Android runs on Linux, so...
@ItzIcky True, but I mean if you delete the Android System Apps or essential Apps... Like these aren't Linux Apps and are also required to use Android!
it needs the user to be an administrator to do the command in windows
can you do this on temple os ?
linux is a kernel not an operating system.(you guys have probably heard that enough), also you forgot the rest of the os's based on unix, like bsd and freebsd, and unix itself, along with MS-DOS, if you count that as a seperate operating system from windows
Finally a Windows without the bloat.
you say "every os", but where are freebsd, netbsd, openbsd, reactos, skyos, and many others?
The video would be like 10 hours long if i included every operating system in the history of the world.
how are u able to screen record
I'm guessing a capture card though an hdmi slot
Linux users installing Chrome: 😰😰
Linux users deleting System folder: 🙂🥱
Wow ! screen recording still going on
he's doing this on virtual machines, I guesd
did you know, that "sudo rm -rf --no-preserve-root "/"" give you free disk space?
Root is not a system folder. It's Root's home folder. Your system folder would probably be a mix between/etc, /bin, /boot, and /lib
"cince there are not as many build in protections in it"
That's false! You just selected a distro that allows it...
Yo how do you get MacOS on a vm? I’ve been trying for a while
You can get an iso online. I think it was on the apple website.
Just download it and set it up like every other VM :)
@ sweet, thanks.
That was not every single os. Theres still android, ios, chromeos, solaris, freebsd, netbsd, templeos, and others.
rm rf at Linux this a self-destructon command
Ohh gosh, I almost peed on my pants with that ending treat😅😅😅
Idea for the next video: performing system folder deletion on mobile device operating systems (reference to the outro threat)
Windows : Your pc will blast and ur family will be arrested
MacOs : Idk but not recommended
Linux : GO ahead lol, no one cares
unbelivable... everything on linux is a file and deleting a file makes your pc unusuable at that point
Delicious video. But also not something I want to try on my main PC.
Progressbar95:🙂
Mac, Linux, macbook:💀
you should rm -rf an android emulator
How do you even bring up the terminal?
@@user-bl8jc4hr3y download and install one. some commands will not work if you're not root.
@@user-bl8jc4hr3yAndroid is based on linux, so a linux terminal should work
@@user-bl8jc4hr3y You can install a terminal app on the emulator, or you can use Android Debug Bridge to send commands to it.
@@user-bl8jc4hr3y termux?
Windows is kinda like if you delete all of their "modern options" and let the system stay on modules with codebase much older than VisualBasic 6 😅
Can you repair all OS without losing data?
No.
Yes! Well, I'm not sure... Almost all methods shown here only affect system files, and will therefore leave the user's data alone. Whether or not that fact is actually used by the OS (specifically MacOS) isn't certain to me... Also, the method shown here for destroying Linux goes after the root folder -- the root of ALL folders, and not just system files -- meaning user data will be destroyed as well (hence the extra massive warning on the command)
For windows, i think you can just try plug the drive to another pc and just copy system32 of the same windows version and probably works just fine.
Спасибо, за то, что ты сломал 3 системы ради нас!😊 / Thank you for breaking 3 systems for us!😊
(And then we type the same command, but different)
I deleted entire c drive on windows thinking I'm just removing cache but it took out my license lmao
Okay Susan but that's not possible.
@alifnaufal did you try it
How to explode all the system in the world-
what about bsd??
bsd directory it's same with linux
@Andi64-step bsd, linux, darwin,... are all derivatives of unix. and yeah theyre the same
Bsd is pretty much the same. Also macOS is partially based on Bsd making it Unix and posix compliant
You forgot the mouse for macOS on the thumbnail
Wait i only noticed
@ wow he changed it
yo ur video get boosted love it 💖
What do you mean boosted?
@datastream_yt bruh view's bro 🥲
very cool :D
No android?