Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 1999 14:53:53 +0200
From:      Dominik Rothert <dr@domix.de>
To:        freebsd-current@freebsd.org
Subject:   rm works not properly
Message-ID:  <19990815145353.A23918@speed.localnet.lan>

next in thread | raw e-mail | index | archive | help
Hello CURRENT-users,

I noticed following (mysterious) behaviour today:

[ snip ]

<1> dr@speed:~ $ touch test/blah
<1> dr@speed:~ $ ls -l test
total 0
-rw-r--r--   1 dr       dr              0 Aug 15 14:52 blah
<1> dr@speed:~ $ rm -rf test/
rm: test: Operation not permitted
rm: test: Directory not empty
<1> dr@speed:~ $ rm -rf test
<1> dr@speed:~ $ ls -l test
gnuls: test: No such file or directory

[ snap ]

My build is two hours old.

Best wishes,
Dominik Rothert.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990815145353.A23918>