Hi list experts,<br>Thanks for replies and inputs from a number of experts. Yes, I must plead guilty to being a total rookie as far as bash and linux are concerned. Some of you are right when you state that you cannot expect to hand-hold and baby-sit for people about linux fundamentals. Thanks for some of links that I obtained for brushing up on linux basics. I do plan to look it up. That said, there is so much stuff out there that I get overwhelmed. If I start with something, make a mistake or two and then if I get nudged towards what is right, my learning path becomes easier. So, what I am saying is - thanks. By all means, yell at me and point me to me to some links for me to do my homework. But I would appreciate if you had a little, little bit of patience with me.<br>

<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
<br>
> chown -R "$USER" /usr/local/texlive
</div>Well, you did install it initially as root, how can you expect<br>
that you can change *afterwards* files as normal user? Of course<br>
you got access denied errors.<br>
<br>
Sometimes I ask myself why people don't know the difference<br>
between root and normal user, and why we have to do Unix consulting jobs?<br></blockquote><div> </div><div>Actually, the command that worked for me was :<br> sudo chown -R "$USER" /usr/local/texlive<br>I don't know if this explanation does anything to soften your irritation. I may add that after I installed from the iso, I added the following :<br>



        
        
        
        <style type="text/css">
        <!--
                @page { margin: 0.79in }
                P { margin-bottom: 0.08in }
        -->
        </style>

<p style="margin-bottom: 0in">MANPATH=$MANPATH:/usr/local/texlive/2011/texmf/doc/man</p>
<p style="margin-bottom: 0in">export MANPATH</p>
<p style="margin-bottom: 0in">INFOPATH=$INFOPATH:/usr/local/texlive/2011/texmf/doc/info</p>
<p style="margin-bottom: 0in">export INFOPATH</p>
<p style="margin-bottom: 0in">PATH=$PATH:/usr/local/texlive/2011/bin/i386-linux</p>
<p style="margin-bottom: 0in">export PATH</p>
<br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
Can you send<br>
        /usr/local/texlive/2011/texmf-var/web2c/pdftex/pdflatex.log<br>
?<br></blockquote><div> </div><div> I am attaching the above file. <br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Or first take a look for yourself, maybe there is something obvious in<br>
it.<br></blockquote><div> </div><div>I am sorry. I am afraid that my level is such I would miss it, even if it were obvious. <br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
And by theway, the output of<br>
        tlmgr conf<br>
please send also!!!!!<br></blockquote><div> </div><div>Sending this as well.<br><br></div></div>Thanks,<br>Ravi<br>