pl wrote: >mv /bin /mybin >mv /etc /myetc >mv /lib /mylib > >Good luck. > mv lib is done mv bin is easy, just edit $PATH mv etc is harder. Would have to start some applications with -c flag to specifiy where the configuration file is, and not all would support that.