LinuxQuestions.org

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

koswo 10-20-2003 08:06 AM

chmod
 
Hello,

Let's say I have a dir in my home name Docs. In this dir there are couple of subdirs and files. Now I want to put the "700" permission on the Docs dir and all the subdirs and files in it. How do I do this in one command?

Thanks,

Koen.

trickykid 10-20-2003 08:09 AM

chmod -R 700 filename

Its all in the man pages. man chmod

koswo 10-20-2003 08:21 AM

thanks!

Koen.


All times are GMT -5. The time now is 12:30 AM.