help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Saving write protected files


From: Jordi Gutiérrez Hermoso
Subject: Re: Saving write protected files
Date: Sun, 13 Apr 2008 21:01:24 -0500

On 13/04/2008, asha g <address@hidden> wrote:
>  Thanks for your responses. I brought my files along on
>  a CD. They are executable text files. .m files. I
>  copied them to my home folder here - aseasha. Now when
>  I go into it - they have become write protected files.
>  I am not sure what is going on.

Oh. The file permissions from your CD are being copied over to your
home directory. On your CD, the files are read-only, so those
permissions got copied over  too.

On the directory where you copied those files to, "chmod 644 *.m" in
order to give read-write access to all files that end with .m

This is getting a little offtopic for Octave. If you have more
GNU-specific questions, you might want to ask in a different forum.

HTH,
- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]