yancm%sdf.org@localhost wrote: > On NetBSD 9_3_Stable, amd64, long time user... > > I have ended up with some files that I am unable to delete as root. > # ls -las Try adding '-o' to see file flags. Looks to me like you might have 'schg' set on the file. ls -lo $file chflags noschg $file -Jan