B.Hoffmann wrote:

Being at the command line, is there a command structure to reverse what
I posted in the first post? I mean to reverse
ln -s /home/<insert your username here>/.themes /root/.themes

And what would it be? Ta.

If /root/.themes never existed before, I imagine this:
# rm /root/.themes

If you really need to keep /root/.themes, you might do this:
# rm /root/.themes
# cp -r /home/<your-user-name-here>/.themes /root/.themes


Kind Regards,
B.Hoffmann

Linux User #398054

-Foresight Linux- -Ubuntu- -Debian (Sarge)-



Good luck.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to