Hi, # mkdir a # ls a # rmdir a # ls # mkdir a mkdir: a: File exists Also # mkdir b # touch b/a # rm b/a # rmdir b rmdir: b: Directory not empty rmdir() thinks `b' still has children (I think). This was done with the latest CVS with kernel 2.2.18. David Vrabel. To unsubscribe, send "unsubscribe mtd" to majordomo at infradead.org