how to restore an invalid symlink (solved)
Solved
i removed the link and restored everything back to normal
Does anyone know the correct procedure for making the sym link
to point from old location
/usr/X11R6 to /usr/local/X11R6
backed up the old X11R6 folder
Once i did the symlink i was unable to login to my machine
i may have done the symlink wrong
ln -s /usr/local/X11R6 /usr/X11R6
How can i restore the old link location for now till i fix things
|