I am new to the LAMP environment. I wanted to create files directly in my home directory instead of always copying it to /var/www. I created a sym link using the following command :
ln -s /var/www ~/workspace/www
Now I can see a sym link www created in ~/workspace. I can access files in wwww. But, I can't modify existing files or create new files.
I know I am missing something. Can someone please help?