@[email protected] to [email protected] • 11 months agoWhat is the most destroying command you can type in the Linux terminal?message-square122fedilinkarrow-up1135arrow-down18
arrow-up1127arrow-down1message-squareWhat is the most destroying command you can type in the Linux terminal?@[email protected] to [email protected] • 11 months agomessage-square122fedilink
minus-square@[email protected]linkfedilink11•11 months agoEh, just hit it with the 777 and pray. Then swear at it some more.
minus-square@LrdThndrlink4•11 months agoBoot from a usb stick, mount the fs, use the live environment’s chmod command to fix stuff.
minus-square@nixcamiclink3•11 months agoI think you’ll need to change passwd and shadow, maybe a few other files, but besides that it’ll mostly work.
minus-square@utopianfiatlinkEnglish4•11 months agoYeah that’s the painful part. A backup would be key here
minus-square@[email protected]linkfedilink1•11 months agoWorst case you boot up a virtual server with the same OS as your own and just go down the tree learning permissions, and it’s a deep dive learning experience.
Then figure out the correct perms.
Eh, just hit it with the 777 and pray. Then swear at it some more.
deleted by creator
Boot from a usb stick, mount the fs, use the live environment’s chmod command to fix stuff.
I think you’ll need to change passwd and shadow, maybe a few other files, but besides that it’ll mostly work.
This is the traditional method.
Yeah that’s the painful part. A backup would be key here
Worst case you boot up a virtual server with the same OS as your own and just go down the tree learning permissions, and it’s a deep dive learning experience.