<html><body bgcolor="#FFFFFF"><div><br></div><div>Filesystem full?</div><div><br></div><div>-G</div><div><br>On Jul 8, 2010, at 21:58, Anahita Yazdi &lt;<a href="mailto:atyazdi@ucdavis.edu">atyazdi@ucdavis.edu</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div>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 "read-only" 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"><a href="mailto:mdholland@ucdavis.edu">mdholland@ucdavis.edu</a></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. &nbsp;There is no reason you<br>
shouldn't be able to change the permissions on the file with sudo<br>
commands. &nbsp;As Jeff suggested, there are plenty of reasons why this may<br>
not be a good thing to do, but it could be fine. &nbsp;No one can really<br>
tell from what you have told us whether it's in the Very Bad Idea<br>
category, or not. &nbsp;If this header belongs to the system (e.g., it'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 "chown" and "chmod" and read about<br>
UNIX permissions in general. &nbsp;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 "file" is the name of the file, and "username" is the name of<br>
the user to whom you want to transfer ownership of the file. &nbsp;It's<br>
possible that the file is still read-only at this point, depending on<br>
the file permissions. &nbsp;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're doing before you change the ownership or<br>
permissions of any file owned by root. &nbsp;Usually there is a good reason<br>
for root ownership. &nbsp;This is probably why you haven'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"><a href="mailto:atyazdi@ucdavis.edu">atyazdi@ucdavis.edu</a></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"><a href="mailto:jdnewmil@dcn.davis.ca.us">jdnewmil@dcn.davis.ca.us</a></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; "Anahita Yazdi" &lt;<a href="mailto:atyazdi@ucdavis.edu"><a href="mailto:atyazdi@ucdavis.edu">atyazdi@ucdavis.edu</a></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"><a href="mailto:jdnewmil@dcn.davis.ca.us">jdnewmil@dcn.davis.ca.us</a></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; "Anahita Yazdi" &lt;<a href="mailto:atyazdi@ucdavis.edu"><a href="mailto:atyazdi@ucdavis.edu">atyazdi@ucdavis.edu</a></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 "vi" file. I tried "sudo" 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's official discussion page but the<br>
&gt;&gt; &gt;&gt; option<br>
&gt;&gt; &gt;&gt; &gt;"edit" in "Open Directory Utility" 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"><a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a></a><br>
&gt;&gt; &gt;&gt; &gt;<a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank"><a href="http://lists.lugod.org/mailman/listinfo/vox-tech">http://lists.lugod.org/mailman/listinfo/vox-tech</a></a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; ---------------------------------------------------------------------------<br>
&gt;&gt; &gt;&gt; Jeff Newmiller &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;The &nbsp; &nbsp; ..... &nbsp; &nbsp; &nbsp; ..... &nbsp;Go<br>
&gt;&gt; &gt;&gt; Live...<br>
&gt;&gt; &gt;&gt; DCN:&lt;<a href="mailto:jdnewmil@dcn.davis.ca.us"><a href="mailto:jdnewmil@dcn.davis.ca.us">jdnewmil@dcn.davis.ca.us</a></a>&gt; &nbsp; &nbsp; &nbsp; &nbsp;Basics: ##.#. &nbsp; &nbsp; &nbsp; ##.#. &nbsp;Live<br>
&gt;&gt; &gt;&gt; Go...<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Live: &nbsp; OO#.. Dead: OO#.. &nbsp;Playing<br>
&gt;&gt; &gt;&gt; Research Engineer (Solar/Batteries &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;O.O#. &nbsp; &nbsp; &nbsp; #.O#. &nbsp;with<br>
&gt;&gt; &gt;&gt; /Software/Embedded Controllers) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .OO#. &nbsp; &nbsp; &nbsp; .OO#.<br>
&gt;&gt; &gt;&gt; &nbsp;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"><a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a></a><br>
&gt;&gt; &gt;&gt; <a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank"><a href="http://lists.lugod.org/mailman/listinfo/vox-tech">http://lists.lugod.org/mailman/listinfo/vox-tech</a></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. &nbsp;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"><a href="mailto:ithelp@ucdavis.edu">ithelp@ucdavis.edu</a></a> for<br>
&gt;&gt; &gt;&gt; assistance.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Content analysis details: &nbsp; (7.7 points, 5.0 required)<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; &nbsp;pts rule name &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;description<br>
&gt;&gt; &gt;&gt; ---- ----------------------<br>
&gt;&gt; &gt;&gt; --------------------------------------------------<br>
&gt;&gt; &gt;&gt; &nbsp;4.1 BAYES_99 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BODY: Bayesian spam probability is 99 to<br>
&gt;&gt; &gt;&gt; 100%<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[score: 0.9992]<br>
&gt;&gt; &gt;&gt; &nbsp;3.5 RCVD_IN_UCDXBL &nbsp; &nbsp; &nbsp; &nbsp; RBL: Appears in XBL<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[208.54.5.71 listed in <a href="http://xbl.ucdavis.edu" target="_blank"><a href="http://xbl.ucdavis.edu">xbl.ucdavis.edu</a></a>]<br>
&gt;&gt; &gt;&gt; &nbsp;0.1 RDNS_DYNAMIC &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Delivered to trusted network by host with<br>
&gt;&gt; &gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;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"><a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a></a><br>
&gt;&gt; &gt;<a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank"><a href="http://lists.lugod.org/mailman/listinfo/vox-tech">http://lists.lugod.org/mailman/listinfo/vox-tech</a></a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ---------------------------------------------------------------------------<br>
&gt;&gt; Jeff Newmiller &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;The &nbsp; &nbsp; ..... &nbsp; &nbsp; &nbsp; ..... &nbsp;Go<br>
&gt;&gt; Live...<br>
&gt;&gt; DCN:&lt;<a href="mailto:jdnewmil@dcn.davis.ca.us"><a href="mailto:jdnewmil@dcn.davis.ca.us">jdnewmil@dcn.davis.ca.us</a></a>&gt; &nbsp; &nbsp; &nbsp; &nbsp;Basics: ##.#. &nbsp; &nbsp; &nbsp; ##.#. &nbsp;Live<br>
&gt;&gt; Go...<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Live: &nbsp; OO#.. Dead: OO#.. &nbsp;Playing<br>
&gt;&gt; Research Engineer (Solar/Batteries &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;O.O#. &nbsp; &nbsp; &nbsp; #.O#. &nbsp;with<br>
&gt;&gt; /Software/Embedded Controllers) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .OO#. &nbsp; &nbsp; &nbsp; .OO#.<br>
&gt;&gt; &nbsp;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"><a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a></a><br>
&gt;&gt; <a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank"><a href="http://lists.lugod.org/mailman/listinfo/vox-tech">http://lists.lugod.org/mailman/listinfo/vox-tech</a></a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; vox-tech mailing list<br>
&gt; <a href="mailto:vox-tech@lists.lugod.org"><a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a></a><br>
&gt; <a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank"><a href="http://lists.lugod.org/mailman/listinfo/vox-tech">http://lists.lugod.org/mailman/listinfo/vox-tech</a></a><br>
&gt;<br>
&gt;<br>
_______________________________________________<br>
vox-tech mailing list<br>
<a href="mailto:vox-tech@lists.lugod.org"><a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a></a><br>
<a href="http://lists.lugod.org/mailman/listinfo/vox-tech" target="_blank"><a href="http://lists.lugod.org/mailman/listinfo/vox-tech">http://lists.lugod.org/mailman/listinfo/vox-tech</a></a><br>
</div></div></blockquote></div><br>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>vox-tech mailing list</span><br><span><a href="mailto:vox-tech@lists.lugod.org">vox-tech@lists.lugod.org</a></span><br><span><a href="http://lists.lugod.org/mailman/listinfo/vox-tech">http://lists.lugod.org/mailman/listinfo/vox-tech</a></span><br></div></blockquote></body></html>