Web Hosting Talk







View Full Version : Unix ala links


WreckRman2
03-08-2001, 02:56 PM
I hope thats right... How does one created unix links on a RaQ3?

Example: code to create a fake folder in /users/web that when clicked redirects to /web

Tera-byte did this for me when I was on thier shared servers but now that I have dedicated I asked them HOW they did it and the answer I got was, "We do not teach Unix." Was hoping someone knew how because I can't find docs anywhere...

allan
03-08-2001, 03:19 PM
use the ln command. To find out more information either ssh to your server and type: "man ln" (no quotes :D)

or look here: http://www.computerhope.com/unix/uln.htm

WreckRman2
03-08-2001, 04:01 PM
Excellent... Thanks!

Example:

ln -s ../../web rootweb

created a folder called rootweb in /users/web that once clicked redirects to /web