On Sat, 9 Dec 2000, A V Flinsch wrote:

> On Saturday 09 December 2000 15:47, you wrote:
> > Hi! I just copied my mp3 dir from the winbites partition of my PC to
> > the Linux, in my user profile, and when I checked the permissions, it
> > listed as access being given to user, group, and others. Now, what I
> > want to do is to make it so only user has access, and the way I was
> > trying to do it was by opening a su terminal and typing:
> >
> > chmod -r 700 /home/rog/mp3
> >
> > but then I'd hit enter, and it would say
> >
> > chmod: 700: No such file or directory
>
> chmod thinks you are trying to set permissions on a file named 700. Try
> either "chmod -r /home/rog/mp3" or "chmod 700 /home/rog/mp3"
>
>

Actually I got it worked out, but thanks anyways! It turned out I needed
to capitalize the R...

>

-- 

peace,

Rog

http://www.slammingrooves.com
Registered Linux user #190719


Reply via email to