[plug] symbolic links
James Devenish
devenish at guild.uwa.edu.au
Mon Dec 29 18:47:13 WST 2003
Hi,
In message <20031229184245.2e16aec9.vautin at aijv.com.au>
on Mon, Dec 29, 2003 at 06:42:45PM +0800, Laurie Anderson wrote:
> Hi,
> Trying to find information on how to create a symbolic link so with any luck
Basic usage:
ln -s original_filename_or_path new_filepath_or_path
The original_filename_or_path must be relative to the location of
new_filepath_or_path.
More information about the plug
mailing list