Had you by any chance done something a little like this
(which can produce similarly odd results - not sure about
quite the same ones).
Shell 1 Shell 2
======= =======
cd ~
cd ~
mkdir foo
cd foo
rmdir foo
mkdir .variable
Or more confusingly
Shell 1 Shell 2
======= =======
cd ~
cd ~
mkdir foo
cd foo
rmdir foo
mkdir foo
mkdir .variable
-- Alex Bligh - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/