<?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: ls -l command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-command/m-p/2899419#M104622</link>
    <description>Hi Thomas,&lt;BR /&gt;&lt;BR /&gt;afaik, it's a solaris file type only:&lt;BR /&gt;&lt;BR /&gt;Solaris uses a STREAMS file, usually /dev/log to route locally generated syslog messages. See the log(7d) driver manual page for more information. Starting with SunOS 5.6 (Solaris 2.5.1) the syslog(3) library contains support for "doors", a superfast and multithreaded IPC mechanism provided by the Solaris Operating Environment. Using a door file - /etc/.syslog_door up to SunOS 5.7, /var/run/syslog_door on SunOS 5.8 and later, the process listening on the syslog_door gets immediate notification upon receipt of a log message. &lt;BR /&gt;&lt;BR /&gt;Rgds, Robin</description>
    <pubDate>Fri, 07 Feb 2003 13:12:29 GMT</pubDate>
    <dc:creator>Robin Wakefield</dc:creator>
    <dc:date>2003-02-07T13:12:29Z</dc:date>
    <item>
      <title>ls -l command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-command/m-p/2899414#M104617</link>
      <description>What does the the "D" means, &lt;BR /&gt;while listing ls -l?&lt;BR /&gt;I know it is called door.&lt;BR /&gt;But what does this mean.&lt;BR /&gt;Thanks&lt;BR /&gt;Thomas</description>
      <pubDate>Fri, 07 Feb 2003 11:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-command/m-p/2899414#M104617</guid>
      <dc:creator>Thomas Kopp</dc:creator>
      <dc:date>2003-02-07T11:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-command/m-p/2899415#M104618</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am not getting any D while doing ls -l&lt;BR /&gt;&lt;BR /&gt;i could find only d which is for directory</description>
      <pubDate>Fri, 07 Feb 2003 11:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-command/m-p/2899415#M104618</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-07T11:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-command/m-p/2899416#M104619</link>
      <description>These are the values shown by ls -l, there is no 'D' there, only 'd' which means directory (or sub directory). &lt;BR /&gt;&lt;BR /&gt;           b    Block special file&lt;BR /&gt;           c    Character special file&lt;BR /&gt;           d    Directory&lt;BR /&gt;           l    Symbolic link&lt;BR /&gt;           n    Network special file&lt;BR /&gt;           p    Fifo (also called a "named pipe") special file&lt;BR /&gt;           s    Socket&lt;BR /&gt;           -    Ordinary file&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Feb 2003 11:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-command/m-p/2899416#M104619</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-02-07T11:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-command/m-p/2899417#M104620</link>
      <description>The only place I have seen a D entry in the permission list is when you delete the shared memory,queue and semaphores using ipcrm.&lt;BR /&gt;&lt;BR /&gt;check for the man pages of ipcs</description>
      <pubDate>Fri, 07 Feb 2003 12:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-command/m-p/2899417#M104620</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-07T12:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-command/m-p/2899418#M104621</link>
      <description>Some of these can be converted to capitals if the letter that is hidden by the feature is not set:&lt;BR /&gt;&lt;BR /&gt;l1:/tmp 102 &amp;gt; &amp;gt; xx&lt;BR /&gt;l1:/tmp 103 &amp;gt; ll xx&lt;BR /&gt;   1543 -rw-rw-rw-    1 merijn   softwr          0 Feb  7 12:47 xx&lt;BR /&gt;l1:/tmp 104 &amp;gt; chmod 1666 xx&lt;BR /&gt;l1:/tmp 105 &amp;gt; ll xx&lt;BR /&gt;   1543 -rw-rw-rwT    1 merijn   softwr          0 Feb  7 12:47 xx&lt;BR /&gt;l1:/tmp 106 &amp;gt; chmod 1777 xx&lt;BR /&gt;l1:/tmp 107 &amp;gt; ll xx&lt;BR /&gt;   1543 -rwxrwxrwt    1 merijn   softwr          0 Feb  7 12:47 xx&lt;BR /&gt;l1:/tmp 108 &amp;gt; chmod +s xx&lt;BR /&gt;l1:/tmp 109 &amp;gt; ll xx&lt;BR /&gt;   1543 -rwsrwsrwt    1 merijn   softwr          0 Feb  7 12:47 xx&lt;BR /&gt;l1:/tmp 110 &amp;gt; chmod -x xx&lt;BR /&gt;l1:/tmp 111 &amp;gt; ll xx&lt;BR /&gt;   1543 -rwSrwSrwT    1 merijn   softwr          0 Feb  7 12:47 xx&lt;BR /&gt;l1:/tmp 112 &amp;gt;&lt;BR /&gt;&lt;BR /&gt;the 'd' however is not a subject to this change. I'm now curious too.&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Fri, 07 Feb 2003 12:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-command/m-p/2899418#M104621</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-02-07T12:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: ls -l command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-command/m-p/2899419#M104622</link>
      <description>Hi Thomas,&lt;BR /&gt;&lt;BR /&gt;afaik, it's a solaris file type only:&lt;BR /&gt;&lt;BR /&gt;Solaris uses a STREAMS file, usually /dev/log to route locally generated syslog messages. See the log(7d) driver manual page for more information. Starting with SunOS 5.6 (Solaris 2.5.1) the syslog(3) library contains support for "doors", a superfast and multithreaded IPC mechanism provided by the Solaris Operating Environment. Using a door file - /etc/.syslog_door up to SunOS 5.7, /var/run/syslog_door on SunOS 5.8 and later, the process listening on the syslog_door gets immediate notification upon receipt of a log message. &lt;BR /&gt;&lt;BR /&gt;Rgds, Robin</description>
      <pubDate>Fri, 07 Feb 2003 13:12:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-l-command/m-p/2899419#M104622</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2003-02-07T13:12:29Z</dc:date>
    </item>
  </channel>
</rss>

