On Thursday 04 of April 2013 11:19:53 erik quanstrom wrote:
> 
> guess.  try >> instead of >.  > may try to remove the file first.

...

how do i send you cookies? ;-)


 # strace for `>'
open("/mnt/acme/2/ctl", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 
EACCES (Permission denied)

 # strace for `>>'
open("/mnt/acme/2/ctl", O_WRONLY|O_CREAT|O_APPEND|O_LARGEFILE, 0666) = 3

with the difference being `O_TRUNC'.


cheers,
-- 
dexen deVries

[[[↓][→]]]


Reply via email to