<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: /dev/null change's permission in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557220#M887458</link>
    <description>Hi Willie:&lt;BR /&gt;&lt;BR /&gt;In the event that you find /dev/null has been recreated as a regular file, remove it and recrete it thusly:&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/null c 3 0x000002&lt;BR /&gt;# chmod 666 /dev/null&lt;BR /&gt;# chown bin:bin /dev/null&lt;BR /&gt; &lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 25 Jul 2001 22:57:43 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-07-25T22:57:43Z</dc:date>
    <item>
      <title>/dev/null change's permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557218#M887456</link>
      <description>Hi,&lt;BR /&gt;Here is the problem the /dev/null file change's permission on it's own from 666 to 600.&lt;BR /&gt;&lt;BR /&gt;Any help would be helpfull.&lt;BR /&gt;&lt;BR /&gt;Thanks willie wright</description>
      <pubDate>Wed, 25 Jul 2001 21:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557218#M887456</guid>
      <dc:creator>Willie Wright</dc:creator>
      <dc:date>2001-07-25T21:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/null change's permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557219#M887457</link>
      <description>Hi Willie:&lt;BR /&gt;&lt;BR /&gt;/dev/null did not change on its own; some process did it. I would first make sure that /dev/null is still a character device node and not a regular file. If you can examine the file's ctime to reveal when the file was created or chmod that might give you a clue.&lt;BR /&gt;&lt;BR /&gt;Clay</description>
      <pubDate>Wed, 25 Jul 2001 22:15:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557219#M887457</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-07-25T22:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/null change's permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557220#M887458</link>
      <description>Hi Willie:&lt;BR /&gt;&lt;BR /&gt;In the event that you find /dev/null has been recreated as a regular file, remove it and recrete it thusly:&lt;BR /&gt;&lt;BR /&gt;# mknod /dev/null c 3 0x000002&lt;BR /&gt;# chmod 666 /dev/null&lt;BR /&gt;# chown bin:bin /dev/null&lt;BR /&gt; &lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 25 Jul 2001 22:57:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557220#M887458</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-25T22:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/null change's permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557221#M887459</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;At least the /dev/null file stayed there.  I once had a system where the /dev/null special file was nuked and replaced with a regular file.  My first clue was when the / filesystem filled up.  &lt;BR /&gt;&lt;BR /&gt;I agree with Clay.  I would try to find out who or what changed the file.  That would make me very nervous if it happened to one of my systems.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jul 2001 23:11:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557221#M887459</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-07-25T23:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/null change's permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557222#M887460</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Yes /dev/null is a character device node.&lt;BR /&gt;(crw-------   bin        bin          3 0x000002 Jul 26 05:45 /dev/null)&lt;BR /&gt;&lt;BR /&gt;After doing fuser /dev/null,  I see over 75 process running at that time.&lt;BR /&gt;&lt;BR /&gt;I'm not sure if the ctime command will show me which process is doing this or not.&lt;BR /&gt;Also I did a man page on the ctime command, but I'm not sure on how to use it.&lt;BR /&gt;&lt;BR /&gt;Thanks for any more help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks willie wright</description>
      <pubDate>Thu, 26 Jul 2001 14:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557222#M887460</guid>
      <dc:creator>Willie Wright</dc:creator>
      <dc:date>2001-07-26T14:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/null change's permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557223#M887461</link>
      <description>Hi Willie:&lt;BR /&gt;&lt;BR /&gt;If you do an 'ls -lc' you will see the last last modification of the inode (i.e the file was created, or its mode changed, etc.).  Beware, however, that some backup software will reset the last-access timestamp and in so doing will cause the last change timestamp to be updated.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 26 Jul 2001 14:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557223#M887461</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-07-26T14:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: /dev/null change's permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557224#M887462</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I ran this for loop &lt;BR /&gt;for process in `cat  null_process`^Jdo^Jps -ef|grep $process|grep -v wwright|grep -v root^Jdone &lt;BR /&gt;&lt;BR /&gt;I noticed that following directories &amp;amp; process were owned by bin bin.&lt;BR /&gt;&lt;BR /&gt;/opt/CSCOpx/objects/ &lt;BR /&gt;/opt/CSCOpx/objects/web/bin/web_server&lt;BR /&gt;/opt/OV/httpd/bin/httpd  &lt;BR /&gt;&lt;BR /&gt;I think that one of many process may the guilty party.&lt;BR /&gt;&lt;BR /&gt;Tell me what you think.&lt;BR /&gt;&lt;BR /&gt;Thanks willie wright</description>
      <pubDate>Thu, 26 Jul 2001 14:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dev-null-change-s-permission/m-p/2557224#M887462</guid>
      <dc:creator>Willie Wright</dc:creator>
      <dc:date>2001-07-26T14:50:50Z</dc:date>
    </item>
  </channel>
</rss>

