<?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 -A, problem with hidden files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259129#M471850</link>
    <description>Thank you.&lt;BR /&gt;</description>
    <pubDate>Tue, 19 Oct 2010 10:20:23 GMT</pubDate>
    <dc:creator>maki hakapeszi</dc:creator>
    <dc:date>2010-10-19T10:20:23Z</dc:date>
    <item>
      <title>ls -A, problem with hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259122#M471843</link>
      <description>'ls -A' behaves different, if you're root&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;/home/oper/test#whoami&lt;BR /&gt;oper&lt;BR /&gt;/home/oper/test#touch '.hiddenfile'&lt;BR /&gt;/home/oper/test#ls -A&lt;BR /&gt;.hiddenfile&lt;BR /&gt;/home/oper/test#sudo su&lt;BR /&gt;/home/oper/test#ls -A&lt;BR /&gt;/home/oper/test#&lt;BR /&gt;/home/oper/test# ls&lt;BR /&gt;.hiddenfile&lt;BR /&gt;&lt;BR /&gt;If you are root, 'ls -A' doesn't list hidden files.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Maki&lt;BR /&gt;HP-UX B.11.31 U ia64 &lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2010 11:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259122#M471843</guid>
      <dc:creator>maki hakapeszi</dc:creator>
      <dc:date>2010-10-18T11:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: ls -A, problem with hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259123#M471844</link>
      <description>Apparently the '-A' is a "switch" that turns the display of hidden files on or off.&lt;BR /&gt;&lt;BR /&gt;Note the 'ls' man page entry for '-A'&lt;BR /&gt;&lt;BR /&gt; -A   The same as -a, except that the current directory . and parent directory .. are not listed.  For a user with appropriate privileges, this flag defaults to on, and is turned off by -A.&lt;BR /&gt;&lt;BR /&gt;In a nutshell -- Since root already has the ability to display hidden files, the '-A' switch turns OFF the display of hidden files.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2010 12:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259123#M471844</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-10-18T12:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: ls -A, problem with hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259124#M471845</link>
      <description>From man:&lt;BR /&gt;&lt;BR /&gt;-A   The same as -a, except that the current directory . and&lt;BR /&gt;                parent directory .. are not listed.  For a user with&lt;BR /&gt;                appropriate privileges, this flag defaults to on, and is&lt;BR /&gt;                turned off by -A.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Oct 2010 12:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259124#M471845</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2010-10-18T12:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: ls -A, problem with hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259125#M471846</link>
      <description>Hi Maki,&lt;BR /&gt;&lt;BR /&gt;Use ls with -a option,&lt;BR /&gt;&lt;BR /&gt;As -A option : -A The same as -a, except that the current directory . and parent directory .. are not listed. For a user with&lt;BR /&gt;appropriate privileges, this flag defaults to on, and is&lt;BR /&gt;turned off by -A.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vishnu Khandare</description>
      <pubDate>Mon, 18 Oct 2010 13:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259125#M471846</guid>
      <dc:creator>vishnu.khandare</dc:creator>
      <dc:date>2010-10-18T13:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: ls -A, problem with hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259126#M471847</link>
      <description>Thank you for fast reply.&lt;BR /&gt;&lt;BR /&gt;Would you define the user 'with appropriate privileges', is it only root?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Maki&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2010 10:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259126#M471847</guid>
      <dc:creator>maki hakapeszi</dc:creator>
      <dc:date>2010-10-19T10:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: ls -A, problem with hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259127#M471848</link>
      <description>A user with "appropriate privileges" would be root or the owner.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 19 Oct 2010 10:12:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259127#M471848</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-10-19T10:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: ls -A, problem with hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259128#M471849</link>
      <description>Actually, in the case of the on/off behavior of the switch, I think the only users this applies to would be root, as shown in your initial test.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 19 Oct 2010 10:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259128#M471849</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-10-19T10:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: ls -A, problem with hidden files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259129#M471850</link>
      <description>Thank you.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Oct 2010 10:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ls-a-problem-with-hidden-files/m-p/5259129#M471850</guid>
      <dc:creator>maki hakapeszi</dc:creator>
      <dc:date>2010-10-19T10:20:23Z</dc:date>
    </item>
  </channel>
</rss>

