Click to See Complete Forum and Search --> : link


u2mike
06-18-2001, 12:21 AM
How do u create a symbolic link?

mikeparks
06-18-2001, 12:34 AM
ln --help

i.e.

ln -s /usr/share/zoneinfo/GMT /etc/timezone

this will create timezone that points to GMT

u2mike
06-18-2001, 12:45 AM
so "in" is the command

mikeparks
06-18-2001, 01:04 AM
not in, but ln. l as in the 24th alphabet.

Craig McPherson
06-18-2001, 01:07 AM
"ln", not "in". That's an ell, not an eye. "ln" as in short for "link."

"ln" is for creating hard links, "ln -s" is for symbolic links.