Re: setting permissions to a file from linux.

2008-11-18 Thread Nick Craig-Wood
Chris <[EMAIL PROTECTED]> wrote: > On Nov 18, 2:36?pm, gaurav kashyap <[EMAIL PROTECTED]> wrote: > > I have a text file in a directory on unix system. > > Using a python program i want to change that file's permissions. > > How could this be done. > > > > Thanks > > help(os.chmod) > Help on bui

Re: setting permissions to a file from linux.

2008-11-18 Thread Albert Hopkins
On Tue, 2008-11-18 at 04:36 -0800, gaurav kashyap wrote: > Hi all, > I have a text file in a directory on unix system. > Using a python program i want to change that file's permissions. > How could this be done. > > Thanks os.chmod = chmod(...) chmod(path, mode) Change the access per

Re: setting permissions to a file from linux.

2008-11-18 Thread Chris
On Nov 18, 2:36 pm, gaurav kashyap <[EMAIL PROTECTED]> wrote: > Hi all, > I have a text file in a directory on unix system. > Using a python program i want to change that file's permissions. > How could this be done. > > Thanks help(os.chmod) Help on built-in function chmod in module nt: chmod(..

setting permissions to a file from linux.

2008-11-18 Thread gaurav kashyap
Hi all, I have a text file in a directory on unix system. Using a python program i want to change that file's permissions. How could this be done. Thanks -- http://mail.python.org/mailman/listinfo/python-list