On 30 May 2003, quoth Andrew Pamment: > $ touch test.txt > $ chattr +a test.txt > $ nano > nano reports "Operation not permitted" > > so I write a program.. You could just do "echo blah >> test.txt" or similar :) - Matt