Two simple questions

Jason Clinton clintonj at umkc.edu
Sun Aug 25 13:56:15 CDT 2002


rod holcomb wrote:

>thanks i'll give it a try. I had been trying to do it using realative
>cd movements.
>
>/home/rod> ln -s sub/pointee  sub/pointer    
>or
>/home/rod> ln -s sub/pointee  pointer     
>
>
>  
>
the relative equiv should be:

/home/rod $ ln -s ./sub/pointee ./sub/pointer

or

/home/rod/suba $ ln -s ../sub/pointee ../sub/pointer




More information about the Kclug mailing list