On Thursday 06 February 2003 03:08 pm, Rick Carroll wrote:
> Would:
>
> find / -type l -print | grep ax25
>
> Work?

I just ran it. It never found what I was looking fer.
>
>
> I can't believe you have /etc linked...  I Think that could cause trouble
> low numbered run levels. 

Right.  But I linked not the /etc directory but the /etc/ax25 directory.  Or 
at least I thought I did.  I believe it was to be a temporary thing but as 
usual I forgot I did it.  At least I think I did all this. But maybe not.??

> You could do a ls -l on /etc and grep for ax25.
> Another possibility is some kind of environment variable that's being
> prefixed on your /etc/ax25 path. Try:
> env | grep -i ax25
> and set, and alias, others?
> If it's an environment variable you can:
> unset AX25_HOME
> or whatever the variable name is...

Alright.  Well I just tried all that and no sir, I can't find any links set up  
to /etc/ax25 directory.  Maybe I already got rid of the link and missed that.

Anways - Rick, I am very grateful to u for the time you took to help me 
through this search.  I have learned a bit more about 'find' and was also 
reminded by you not to forget to use 'grep' more than I was.  So, all in all, 
while I never found the link that I thought was in place, I had my memory 
refreshed a bit on how to do searches.

Thanks Again Rick for your personal help and attention..


>
> as someone else always says...
>
> My $.02
>
> Rick
>
> -----Original Message-----
> From: Ted Gervais [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 06, 2003 1:52 PM
> To: [EMAIL PROTECTED]
> Subject: Re: SymLinks..
>
> On Thursday 06 February 2003 12:12 pm, Bret Hughes wrote:
>
>
> Hi Rick and Brett and others on the list.  Thanks for your assistance.  I
> tried some of your examples here and while it works I can't quite get my
> head around how I would find the following link.
>
> Here is what is happening. I installed an application that looks for it
> config files in /etc/ax25 directory.  However when I run the application
> after its installed - it is looking for these application in
> /usr/local/etc/ax25.
>
> Somehow, I believe I set up a symlink a long time ago and now I would like
> to find out where in hell it is.  I know my compilation of the
> application(s) is/are not wrong as the installation of the sample files all
> went to  the /etc/ax25 directory. But when I run the application it again
> says - NOPE, can't find those config files in /usr/local/etc/ax25???
>
> So - is there a way to find out where I have that link set?  What would be
> the strategic commands and switches to locate this rascal..
>
> Thanks in advance to anyone who can help me on this..
>
> > On Thu, 2003-02-06 at 09:51, Rick Carroll wrote:
> > > The man page for find says to use -type l
> > > (that's the letter L in lower case.)
> > > as in
> > > find / -type l -print
> >
> > There is also the symlinks command that will identify problem symlinks
> > and show whether they are relative or absolute.
> >
> > try man symlinks
> >
> > Bret

-- 
T.L.Gervais
Coldbrook, NS
Canada.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to