[Tutor] rights

Vince Spicer vince at vinces.ca
Mon Nov 1 21:10:43 CET 2010


On Mon, Nov 1, 2010 at 2:05 PM, Chris King <g.nius.ck at gmail.com> wrote:

>  Dear Tutors,
>    How do you give a script right to read a folder?
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>


Which Operation System?

In linux the user that is running the script must be have read access

chmod +r folder


-- 
Vince Spicer

-- 
Sent from Ubuntu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20101101/61ad9dd4/attachment.html>


More information about the Tutor mailing list