Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'thats how it works:' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
thats how it works:
Authored by: hcii on Dec 11, '02 11:11:07AM

type this in terminal: "mkdir x; mkdir x/x; mv x/x ."
you are trying to repace a folder with its contents; the finder will gie youan error message stating this.

this is a known bug in 10.2.2 and will be fixed in 10.2.3.
other unix systems like linux say:
"mv: cannot overwrite directory `./x'"



[ Reply to This | # ]