How to create a file with read access rights

Larry Bates larry.bates at websafe.com
Thu Jun 21 11:54:16 EDT 2007


Johny wrote:
> Is  it possible to  create a file on Linux  with access rights?
> For example
>  owner can read and write into the file
> others can only read from the file
> Thanks for replies
> L.
> 
See os.chmod()

-Larry



More information about the Python-list mailing list