Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
osmarks8678yHow about:
sudo rm -rf $(sudo find / | shuf -n$(echo "$RANDOM 500 / p" | dc))
It deletes a random number of files/directories. Partial credits to devnull-as-a-service. -
SHA-25614478y
-
Florens4438yNot kidding, I did sudo chmod -R 777 / once. iirc I did it because I was frustrated that I didn't have permissions by default in certain places so I thought that'd be the easy fix. What makes it less embarrassing is that is was also my first Linux install. Slowly things stopped working and I was confused as to why so I tried to restart it and that was the end of it, no more booting.
-
dom3mo688yI dont understand the concept to well apparently. I only use chmod 755 on making a perl or c++ program. I dont understand how 777 would crash a person's system.
-
SHA-25614478y@dom3mo Linux is very strict when it comes to file permissions on system files...chmod 777 / gives everyone access to every single file so Linux says Nah f u I am out :)
alias atp-get='sudo chmod 000 /;'
undefined