LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   permissions (https://www.linuxquestions.org/questions/linux-newbie-8/permissions-184334/)

nandish 05-21-2004 09:53 PM

permissions
 
i have a folder with over 500 files which are all write protected, and i can't seem to change the permissions via the gui, only the parent(s) folder(s) are changed.

how do i change permissions for all the folders and sub folders/files

thanks in advance

nandish

peacebwitchu 05-21-2004 10:27 PM

chmod -R 755 /path/to/dir

Tinkster 05-22-2004 01:45 AM

Quote:

Originally posted by peacebwitchu
chmod -R 755 /path/to/dir
Wrong answer ... ;)

What if he doesn't want everything to be world-readable?

man chmod
would have been the thing to say :}



Cheers,
Tink


All times are GMT -5. The time now is 08:38 AM.