[NBLUG/talk] linking oracle to java

Radford Spaeth rspaeth at adobe.com
Fri May 23 19:27:00 PDT 2003


I tried the -s earlier today and it didn't work.  This time I did it
again, rebooted, and then it worked.  So did I have it right the first
time and just needed to reboot?

Thank you for the quick responses.

Radford Spaeth


-----Original Message-----
From: talk-admin at nblug.org [mailto:talk-admin at nblug.org] On Behalf Of
Eric Eisenhart
Sent: Friday, May 23, 2003 6:17 PM
To: talk at nblug.org
Subject: Re: [NBLUG/talk] linking oracle to java

On Fri, May 23, 2003 at 07:08:04PM -0700, Radford Spaeth wrote:
> I read to use ln but I keep getting hard link not allowed.

Sounds like you're on the right track.  Just add "-s" in there for
"symlink"
or "softlink".  ln defaults to a "hard" link, which can't point to
directories.

(a hard link points to the underlying file (location on the hard drive)
in
exactly the same way as the original file does.  A "soft" or "symbolic"
link
points to the location in the directory structure.  "echo 1 > 1 ; ln 1
one ;
echo 2 > 2 ; mv 2 1 ; cat one" vs. "echo 1 > 1 ; ln 1 one ; echo 2 > 2 ;
mv
2 1 ; cat one" kinda demonstrates the difference.  Because it could
create
undetectable infinite loops, hard links to directories aren't allowed,
except for the special ones that get automatically created))
-- 
Eric Eisenhart
NBLUG Co-Founder & Vice-President Pro Tempore
The North Bay Linux Users Group
http://nblug.org/
eric at nblug.org, IRC: Freiheit at freenode, AIM: falschfreiheit, ICQ:
48217244




More information about the talk mailing list