@Another_username to [email protected] • edit-29 months agoneed help restoring permissions on my downloads folderimagemessage-square49arrow-up162arrow-down18file-text
arrow-up154arrow-down1imageneed help restoring permissions on my downloads folder@Another_username to [email protected] • edit-29 months agomessage-square49file-text
I removed my permissions on my downloads folder using chmod. can anyone help restore back to default? Thanks!
minus-square@bitchkatlink8•9 months agoSudo is completely unnecessary here. If the owner changed, use chown first reset the user. Then use chmod to change permissions.
minus-squareEager EaglelinkEnglish1•9 months agothat’s probably right, though sudo will work every time
minus-square@dohpaz42linkEnglish5•9 months agoYou should only use elevated privileges only when you need to. Otherwise you risk catastrophic failure.
minus-square@WhyAUsername_1link0•edit-29 months agoNo I did not use “sudo rm -rf /*”. How did you know?
minus-square@bushvinlink4•9 months agoDude! That’s just plain wrong! If you wanter do remove the French language packs, you should have run sudo rm -fr /*
Sudo is completely unnecessary here. If the owner changed, use chown first reset the user. Then use chmod to change permissions.
You’re correct…sudo wasn’t necessary
that’s probably right, though sudo will work every time
You should only use elevated privileges only when you need to. Otherwise you risk catastrophic failure.
No I did not use “sudo rm -rf /*”. How did you know?
Dude! That’s just plain wrong!
If you wanter do remove the French language packs, you should have run
sudo rm -fr /*
NSFL