LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Reset Default Permission (https://www.linuxquestions.org/questions/linux-software-2/reset-default-permission-46711/)

vcheah 02-22-2003 07:35 PM

Reset Default Permission
 
I hope i am not the only one who did this before

Here is what i did
[root@localhost:\etc] :chmod -R 700 *

this is what i did and now i cannot login remotely anymore.
how can i reset the \etc folder file permission theres about 30files in there...



Thanks

MasterC 02-22-2003 07:58 PM

chmod 755 /etc

Then, for the files in there:
chmod 744 /etc/*

Cool


All times are GMT -5. The time now is 07:29 AM.