On Thu, Jul 21, 2011 at 12:04 AM, Parveen Arora <[email protected]>wrote:
> Hello Everyone,
> I need to create the symbolic link between two directories, i.e
> between a folder with the folder in /var/www/ so that I can show the
> files of folder in the browser without copying files to it.
> But I am following a problem of recursion in this.
> I am using the following command:
> sudo ln -s ~/bin/mapnik/tiles /var/www/OSMAP
>
> parveen@linux:/var/www$cd
> tiles/tiles/tiles/tiles/tiles/tiles/tiles/tiles/tiles/tiles/tiles/tiles
>
> parveen@linux
> :/var/www/tiles/tiles/tiles/tiles/tiles/tiles/tiles/tiles/tiles/tiles/tiles/tiles$ls
> tiles
>
>
ls -la /bin/mapnik/tiles
ls -la /var/www/OSMAP
ls -la /var/www
ls -la /var/www/tiles
ls -la /var/www/tiles/tiles
Please give result of above..
recursion is possible when you create a Link inside same folder
$ln -s ~/Desktop/ ~/Desktop/Desktop
CurrDir = [~]
$cd ~/Desktop/Desktop/Desktop/Desktop/
CurrDir = [~/Desktop/Desktop/Desktop/Desktop]
--
Mailing list guidelines and other related articles: http://lug-iitd.org/Footer