How can I reset the permissions of /bin /boot /etc and /dev to orignal owner, Ubuntu?
Posted
by Camsoft
on Server Fault
See other posts from Server Fault
or by Camsoft
Published on 2010-04-28T17:09:43Z
Indexed on
2010/04/28
17:13 UTC
Read the original article
Hit count: 315
I accidentally changed the ownership of the /bin, /boot, /etc and /dev recursively to nobody:nogroup using chown when I misplaced a forward slash!
How can I resort the original file ownerships?
I've managed to get them all to root:root but I'm not sure if all the files should be owned by root and if this will break something?
Is they are option to fix file permissions like there is in OS X?
Help!
© Server Fault or respective owner