Klaus Knopper: > Example (using /var/www, which is not empty): > mv /var/www /var/www.old (works) > mv /var/www.old /var/www (gives a weird error message about moving the > directory into itself) > mv /var/www.old /var/www (works this time)
After first mv, try ls /var. Can you see www.old dir? Junjiro Okajima _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
