Click to See Complete Forum and Search --> : Directory Links


jon787
08-14-2001, 01:49 PM
I have seen these eslewhere. How do I create a link from my home directory to another directory?

hambleto
08-14-2001, 01:53 PM
Use the ln commands. if you want to use a symbolic link then try ln -s

jon787
08-14-2001, 02:02 PM
Thanks alot!!!