Around Tue,Sep 03 2002, at 06:14,  Patrick Beart, wrote:
> Folks:
> 
>       I'm clear on the concept of symbolic linking, but in practice 
> I seem to be having a problem ...
> 
>       I've got a client that screwed up some print advertising and 
> listed the wrong directory name. Instead of "/abc", they called it 
> "/ABC" (all caps). My "fix" is to create a new (all caps) directory 
> and symbolically link that new directory to the correct (all 
> lower-case) one. However, I'm doing something wrong.
> 
>       I've tried the following command:
> 
>               ln -s   abc/index.html   ABC
> 
Try just:
ln -s   abc/  ABC

going to the URL  blah.com/ABC  would actually point to:
blah.com/abc



-- 
[EMAIL PROTECTED]
>From /usr/bin/fortune:
When a man is tired of London, he is tired of life.
                -- Samuel Johnson



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

Reply via email to