Re: Creation of file

2004-10-14 Thread Chris Devers
On Thu, 14 Oct 2004 [EMAIL PROTECTED] wrote: > How to create a file with write permission to all users. perldoc -f chmod -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Creation of file

2004-10-14 Thread Gunnar Hjalmarsson
Arjun Mallik wrote: How to create a file with write permission to all users.It is now over ! it should be possible even the file exists and should not matter what are the existing permissions. and who ever may be the owner. Considering the latter, you need to be root, so you can't do it without

Creation of file

2004-10-14 Thread arjun.mallik
Hi , How to create a file with write permission to all users.It is now over ! it should be possible even the file exists and should not matter what are the existing permissions. and who ever may be the owner. Finally file should be with 666 permissions. I have tried umask it was not working ,i