Jan Schaumann <jscha...@netmeister.org> wrote: >ya...@sdf.org 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
Yep! In 20+ years on NetBSD, first time I tripped on that one...wow... That's at least the second thing I've learned today! Thank you!!!