LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Reseting All Permissions (https://www.linuxquestions.org/questions/linux-newbie-8/reseting-all-permissions-429622/)

Josh100 03-29-2006 08:06 AM

Reseting All Permissions
 
Is there a way I can reset all of my file permissions back to default, as I have been changing them quite a bit, and I don't think some of the changes are safe.

geeman2.0 03-29-2006 08:23 AM

What do you mean by "back to default"?

You could do a sweeping system-wide change of files with "chmod XXX / -r" (as root user), where XXX is the permissions you want to set everything to.

But why on earth would you want to do this?
Every file on your system has unique needs for its permissions, and changing them all to be the default would be a VERY BAD IDEA.

Josh100 03-29-2006 08:34 AM

I just want to do it because i've been playing around with permissions trying to get mysql to work.

now i'm a bit worried that my computer is insecure because of all of the changes i've made.


All times are GMT -5. The time now is 02:01 AM.