Thanks Etaoin,
this has solved another issue. And another thing is learnt......> # rm -rf default/ > rm: cannot remove `default/': Not a directory > # rm -rf default > # > > If you include the trailing slash, rm thinks that you are asking it to > delete a directory, which "default" is not (it's a symlink). Regards, MC -- [email protected] mailing list

