<?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 Unable to execute ls / ll command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050423#M136382</link>
    <description>I have installed hp-ux 10.20 on D330 server.&lt;BR /&gt;&lt;BR /&gt;But after installation I could not able to execute list command ( ls / ll ) console as well as through telnet. &lt;BR /&gt;&lt;BR /&gt;Anyone has any idea , or else I need to reinstall this server again ?&lt;BR /&gt;&lt;BR /&gt;Looking for your reply.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 17 Aug 2003 06:52:51 GMT</pubDate>
    <dc:creator>Abhijeet_3</dc:creator>
    <dc:date>2003-08-17T06:52:51Z</dc:date>
    <item>
      <title>Unable to execute ls / ll command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050423#M136382</link>
      <description>I have installed hp-ux 10.20 on D330 server.&lt;BR /&gt;&lt;BR /&gt;But after installation I could not able to execute list command ( ls / ll ) console as well as through telnet. &lt;BR /&gt;&lt;BR /&gt;Anyone has any idea , or else I need to reinstall this server again ?&lt;BR /&gt;&lt;BR /&gt;Looking for your reply.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Aug 2003 06:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050423#M136382</guid>
      <dc:creator>Abhijeet_3</dc:creator>
      <dc:date>2003-08-17T06:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to execute ls / ll command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050424#M136383</link>
      <description>Check the permissions.&lt;BR /&gt;&lt;BR /&gt;ll /usr/bin/ls (should be owned by bin:bin with perms read, execute for all)&lt;BR /&gt;&lt;BR /&gt;Check permissions on /usr/bin&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Aug 2003 07:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050424#M136383</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-08-17T07:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to execute ls / ll command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050425#M136384</link>
      <description>Could you provide more information&lt;BR /&gt;&lt;BR /&gt;What is the message you get when you try to issue the ls or ll command?&lt;BR /&gt;&lt;BR /&gt;What is your PATH environment variable set to?&lt;BR /&gt;&lt;BR /&gt;Do the ls and ll commands exist in /sbin and /usr/bin?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Sun, 17 Aug 2003 07:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050425#M136384</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-08-17T07:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to execute ls / ll command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050426#M136385</link>
      <description>path is set to /usr/bin , &lt;BR /&gt;&lt;BR /&gt;When try to executing ls /ll command , no error , only cursor hangs , so need to Control+C , &lt;BR /&gt;&lt;BR /&gt;Unable to see file permission as ll command itself is not working.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Aug 2003 08:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050426#M136385</guid>
      <dc:creator>Abhijeet_3</dc:creator>
      <dc:date>2003-08-17T08:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to execute ls / ll command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050427#M136386</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are quite a few things you can check. first ensure the ls you are trying to run is indeed the /usr/bin/ls executable. Run:&lt;BR /&gt;&lt;BR /&gt;# type ls&lt;BR /&gt;&lt;BR /&gt;It will tell you what you are actually running. If its set to the correct path try /sbin/ls. If this works use chatr to check /usr/bin/ls is linked properly:&lt;BR /&gt;&lt;BR /&gt;# chatr /usr/bin/ls&lt;BR /&gt;&lt;BR /&gt;If neither ls works you can use echo to mimic the ls command as a workaround:&lt;BR /&gt;&lt;BR /&gt;# echo *&lt;BR /&gt;&lt;BR /&gt;I would then use swverify to check the state of the install:&lt;BR /&gt;&lt;BR /&gt;# swverify \*&lt;BR /&gt;&lt;BR /&gt;Check /var/adm/sw/swagent.log for the results of this. Attach any output if you are unsure. &lt;BR /&gt;&lt;BR /&gt;Also, seems a bit strange to be installing 10.20 at this time?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;James. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Aug 2003 08:54:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050427#M136386</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2003-08-17T08:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to execute ls / ll command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050428#M136387</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Why not try to use absolute path as follows:&lt;BR /&gt;&lt;BR /&gt;# /usr/bin/ls /tmp&lt;BR /&gt;&lt;BR /&gt;Maybe you are trying to list an NFS directory that is having problems.&lt;BR /&gt;&lt;BR /&gt;What directory are you trying to list?  &lt;BR /&gt;Can you list /tmp or / ??&lt;BR /&gt;&lt;BR /&gt;Are there any messages in syslog.log?&lt;BR /&gt;&lt;BR /&gt;Also check to ensure all filesets are configured:&lt;BR /&gt;&lt;BR /&gt;# swlist -l fileset -a state | grep -v configured | grep -v "^#"&lt;BR /&gt;&lt;BR /&gt;The above command should return a blank line.  If you get anything else, then you have filesets that are NOT configured.  This is not necessarily a problem if they have been superseded by more recent filesets that are in a configured state (typically applies to patches).&lt;BR /&gt;&lt;BR /&gt;If you get filesets in an installed state, you can configure them using "# swconfig \*" command.  Any other state is a different problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Sun, 17 Aug 2003 09:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050428#M136387</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-08-17T09:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to execute ls / ll command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050429#M136388</link>
      <description>Thanks James ,&lt;BR /&gt;&lt;BR /&gt;After analyzing installed software , using swverify , I get error message , File /usr/bin/l missing , &amp;amp; related fileset had a error.&lt;BR /&gt;&lt;BR /&gt;Now I will reinstalled this fileset .</description>
      <pubDate>Mon, 18 Aug 2003 05:58:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050429#M136388</guid>
      <dc:creator>Abhijeet_3</dc:creator>
      <dc:date>2003-08-18T05:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to execute ls / ll command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050430#M136389</link>
      <description>do you have a non-responding nfs mount point in your root "/" filesystem ?&lt;BR /&gt;&lt;BR /&gt;I ran into problem some weeks ago.&lt;BR /&gt;&lt;BR /&gt;umount non-responding filesystems.&lt;BR /&gt;&lt;BR /&gt;good luck.&lt;BR /&gt;&lt;BR /&gt;Bruno</description>
      <pubDate>Mon, 18 Aug 2003 11:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050430#M136389</guid>
      <dc:creator>Bruno Dostie</dc:creator>
      <dc:date>2003-08-18T11:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to execute ls / ll command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050431#M136390</link>
      <description>do you have a non-responding nfs mount point in your root "/" filesystem ?&lt;BR /&gt;&lt;BR /&gt;I ran into problem some weeks ago.&lt;BR /&gt;&lt;BR /&gt;umount non-responding filesystems.&lt;BR /&gt;&lt;BR /&gt;good luck.&lt;BR /&gt;&lt;BR /&gt;Bruno</description>
      <pubDate>Mon, 18 Aug 2003 11:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-execute-ls-ll-command/m-p/3050431#M136390</guid>
      <dc:creator>Bruno Dostie</dc:creator>
      <dc:date>2003-08-18T11:23:14Z</dc:date>
    </item>
  </channel>
</rss>

