Re: chmod
On Sunday 14 December 2003 13:15, Stephen Turner wrote:
> I am a newbie. Everyone has to start somewhere right?
>
> :)
>
> Anyway, i have been using chmod. I wanted to change all my files to 775
> in one folder. I used the -R addition. But it did not work.
>
> It gives me the message 'too few arguments'.
>
> What is going on?
>
> I did in the end, change them all one by one. Which did work. But it is
> a pain.
>
> :)
Do chmod 775 * in your current directory, should change all the files in you
current directory
Or chmod -R 775 * to do it recursive on .
Man chmod or info chmod for more information ...
hth
--
http://www.de-brauwer.be
Reply to:
- References:
- chmod
- From: Stephen Turner <sturner@myrealbox.com>