Re: Adding paths..?


Subject: Re: Adding paths..?
From: Charles Eggers (eggers@fusion.gat.com)
Date: Mon Aug 13 2001 - 11:19:05 MDT


>Michael-
>Thanks for the hints... I will definitely explore more with that. Correct
>me if I'm wrong, but a symlink is like a MacOS Alias, correct?
>
>How would I go about making a symbolic link?

Yes, it is analogous to a Mac OS alias.

  Try

        % ln -s <original path/file> <sym link name>

..or..

        % ln -s <original path/file> .

..if you want the sym link to have the same name as the file (but
different path)

"ln -s" basically means "link", "symbolic".

Regards -
Chuck

Charles Eggers
Senior Programmer/Analyst
General Atomics
3550 General Atomics Court
San Diego, CA 92121-1194
Office: 858.455.3564
mailto:eggers@fusion.gat.com
http://fusion.gat.com/comp/analysis/



This archive was generated by hypermail 2a24 : Mon Aug 13 2001 - 10:27:52 MDT