Thank you very much. I am so very sorry if my issue is being a little confusing. In fact I need to change the header files of a program that I installed on this system. They arent files that could potentially harm my system at all. Its a visualizer software. All I need is to change a few numbers on the header file for scaling purposes. It wont really cause any problem on the system that is why its not a bad idea at all. I just dont get why the file appears to be &quot;read-only&quot; to me. Before, I used to make changes on this header file without any problem. So this is something completely new. All I need is to know why I lost the permission and how can I again fix the problem. Because I realized its not only for this header file that my permission fails but also its any other file I open I dont have permission to make changes on it!<br>
<br><div class="gmail_quote">On Thu, Jul 8, 2010 at 9:13 PM, Matthew Holland <span dir="ltr">&lt;<a href="mailto:mdholland@ucdavis.edu">mdholland@ucdavis.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
You need to learn about UNIX permissions.  There is no reason you<br>
shouldn&#39;t be able to change the permissions on the file with sudo<br>
commands.  As Jeff suggested, there are plenty of reasons why this may<br>
not be a good thing to do, but it could be fine.  No one can really<br>
tell from what you have told us whether it&#39;s in the Very Bad Idea<br>
category, or not.  If this header belongs to the system (e.g., it&#39;s in<br>
/usr/include or /Library, or pretty much anywhere but /Users), then<br>
modifying it is probably not a good idea.<br>
<br>
You should read the man pages for &quot;chown&quot; and &quot;chmod&quot; and read about<br>
UNIX permissions in general.  If the user that you are logged in as is<br>
an administrator, you should be able to change the ownership of the<br>
file with a command like:<br>
<br>
$ sudo chown file username<br>
<br>
where &quot;file&quot; is the name of the file, and &quot;username&quot; is the name of<br>
the user to whom you want to transfer ownership of the file.  It&#39;s<br>
possible that the file is still read-only at this point, depending on<br>
the file permissions.  If so, and you really want to do this, you can<br>
issue a command like<br>
<br>
$ chmod u+w file<br>
<br>
Keep in mind that a little knowledge can be dangerous, and think<br>
clearly about what you&#39;re doing before you change the ownership or<br>
permissions of any file owned by root.  Usually there is a good reason<br>
for root ownership.  This is probably why you haven&#39;t received a lot<br>
of help, because no one wants to help you break system-owned files.<br>
<br>
Matt<br>
<div><div></div><div class="h5"><br>
On Thu, Jul 8, 2010 at 8:54 PM, Anahita Yazdi &lt;<a href="mailto:atyazdi@ucdavis.edu">atyazdi@ucdavis.edu</a>&gt; wrote:<br>
&gt; I need to make changes on a header file but the file is read only for me. I<br>
&gt; need to enable the root user account. How would I be able to do that?<br>
&gt;<br>
&gt; On Thu, Jul 8, 2010 at 8:09 PM, Jeff Newmiller &lt;<a href="mailto:jdnewmil@dcn.davis.ca.us">jdnewmil@dcn.davis.ca.us</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; In order to obtain more detailed help you must provide a more detailed<br>
&gt;&gt; question.<br>
&gt;&gt;<br>
&gt;&gt; &quot;Anahita Yazdi&quot; &lt;<a href="mailto:atyazdi@ucdavis.edu">atyazdi@ucdavis.edu</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; &gt;I am confused then so what should I do to overcome the problem. I will<br>
&gt;&gt; &gt;really be appreciated for more detailed help please<br>
&gt;&gt; &gt;Thanks a lot<br>
&gt;&gt; &gt;Anahita<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;On Thu, Jul 8, 2010 at 5:26 PM, Jeff Newmiller<br>
&gt;&gt; &gt; &lt;<a href="mailto:jdnewmil@dcn.davis.ca.us">jdnewmil@dcn.davis.ca.us</a>&gt;wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt; Sounds to me like the file is read-only and I would strongly encourage<br>
&gt;&gt; &gt;&gt; you<br>
&gt;&gt; &gt;&gt; to desist in your attempts to modify it. You are very unlikely to<br>
&gt;&gt; &gt;&gt; obtain the<br>
&gt;&gt; &gt;&gt; results you desire by making such a change.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &quot;Anahita Yazdi&quot; &lt;<a href="mailto:atyazdi@ucdavis.edu">atyazdi@ucdavis.edu</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &gt;Hi,<br>
&gt;&gt; &gt;&gt; &gt;I am working on a Mac OS X 10.6.2, I installed a software program<br>
&gt;&gt; &gt;&gt; &gt; through<br>
&gt;&gt; &gt;&gt; &gt;terminal and wanted to change some details on one of its header files<br>
&gt;&gt; &gt;&gt; &gt;(extension *.h) however I am getting a permission denied error in<br>
&gt;&gt; &gt;&gt; &gt; terminal<br>
&gt;&gt; &gt;&gt; &gt;when I open it as a &quot;vi&quot; file. I tried &quot;sudo&quot; but it is still not<br>
&gt;&gt; &gt;&gt; &gt; working.<br>
&gt;&gt; &gt;&gt; &gt;It is a file that is apparently owned by the root. I tried to<br>
&gt;&gt; &gt;&gt; disable/enable<br>
&gt;&gt; &gt;&gt; &gt;the root on this system from apple&#39;s official discussion page but the<br>
&gt;&gt; &gt;&gt; option<br>
&gt;&gt; &gt;&gt; &gt;&quot;edit&quot; in &quot;Open Directory Utility&quot; is missing. Where else would I be<br>
&gt;&gt; &gt;&gt; &gt; able<br>
&gt;&gt; &gt;&gt; to<br>
&gt;&gt; &gt;&gt; &gt;perform such task on my system?<br>
&gt;&gt; &gt;&gt; &gt;Thanks a bunch,<br>
&gt;&gt; &gt;&gt; &gt;Anahita<br>
&gt;&gt; &gt;&gt; &gt;_______________________________________________<br>
&gt;&gt; &gt;&gt; &gt;vox-tech mailing list<br>
&gt;&gt; &gt;&gt; &gt;<a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br>
&gt;&gt; &gt;&gt; &gt;<a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ---------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt; Jeff Newmiller                        The     .....       .....  Go<br>
&gt;&gt; &gt;&gt; Live...<br>
&gt;&gt; &gt;&gt; DCN:&lt;<a href="mailto:jdnewmil@dcn.davis.ca.us">jdnewmil@dcn.davis.ca.us</a>&gt;        Basics: ##.#.       ##.#.  Live<br>
&gt;&gt; &gt;&gt; Go...<br>
&gt;&gt; &gt;&gt;                                      Live:   OO#.. Dead: OO#..  Playing<br>
&gt;&gt; &gt;&gt; Research Engineer (Solar/Batteries            O.O#.       #.O#.  with<br>
&gt;&gt; &gt;&gt; /Software/Embedded Controllers)               .OO#.       .OO#.<br>
&gt;&gt; &gt;&gt;  rocks...1k<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ---------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt; Sent from my phone. Please excuse my brevity.<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; vox-tech mailing list<br>
&gt;&gt; &gt;&gt; <a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br>
&gt;&gt; &gt;&gt; <a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; 7.7/5.0<br>
&gt;&gt; &gt;&gt; This incoming message has been identified by the UCD central filters as<br>
&gt;&gt; &gt;&gt; possible spam.  This attachment is provided so that you can review the<br>
&gt;&gt; &gt;&gt; reasons the message was tagged, and to assist with additional filtering<br>
&gt;&gt; &gt;&gt; if you wish to supplement the central filters with your own local<br>
&gt;&gt; &gt;&gt; rules.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; If you have further questions please email <a href="mailto:ithelp@ucdavis.edu">ithelp@ucdavis.edu</a> for<br>
&gt;&gt; &gt;&gt; assistance.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Content analysis details:   (7.7 points, 5.0 required)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;  pts rule name              description<br>
&gt;&gt; &gt;&gt; ---- ----------------------<br>
&gt;&gt; &gt;&gt; --------------------------------------------------<br>
&gt;&gt; &gt;&gt;  4.1 BAYES_99               BODY: Bayesian spam probability is 99 to<br>
&gt;&gt; &gt;&gt; 100%<br>
&gt;&gt; &gt;&gt;                            [score: 0.9992]<br>
&gt;&gt; &gt;&gt;  3.5 RCVD_IN_UCDXBL         RBL: Appears in XBL<br>
&gt;&gt; &gt;&gt;                            [208.54.5.71 listed in <a href="http://xbl.ucdavis.edu" target="_blank">xbl.ucdavis.edu</a>]<br>
&gt;&gt; &gt;&gt;  0.1 RDNS_DYNAMIC           Delivered to trusted network by host with<br>
&gt;&gt; &gt;&gt;                            dynamic-looking rDNS<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;_______________________________________________<br>
&gt;&gt; &gt;vox-tech mailing list<br>
&gt;&gt; &gt;<a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br>
&gt;&gt; &gt;<a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ---------------------------------------------------------------------------<br>
&gt;&gt; Jeff Newmiller                        The     .....       .....  Go<br>
&gt;&gt; Live...<br>
&gt;&gt; DCN:&lt;<a href="mailto:jdnewmil@dcn.davis.ca.us">jdnewmil@dcn.davis.ca.us</a>&gt;        Basics: ##.#.       ##.#.  Live<br>
&gt;&gt; Go...<br>
&gt;&gt;                                      Live:   OO#.. Dead: OO#..  Playing<br>
&gt;&gt; Research Engineer (Solar/Batteries            O.O#.       #.O#.  with<br>
&gt;&gt; /Software/Embedded Controllers)               .OO#.       .OO#.<br>
&gt;&gt;  rocks...1k<br>
&gt;&gt;<br>
&gt;&gt; ---------------------------------------------------------------------------<br>
&gt;&gt; Sent from my phone. Please excuse my brevity.<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; vox-tech mailing list<br>
&gt;&gt; <a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br>
&gt;&gt; <a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; vox-tech mailing list<br>
&gt; <a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br>
&gt; <a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br>
&gt;<br>
&gt;<br>
_______________________________________________<br>
vox-tech mailing list<br>
<a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a><br>
<a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank">http://lists.lugod.org/mailman/listinfo/vox-tech</a><br>
</div></div></blockquote></div><br>