<?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: Using ll to list files not working correctly in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672034#M243908</link>
    <description>what does &lt;BR /&gt;&lt;BR /&gt;whereis ls tell you on a system which is working properly and one which is not ? Also, what are the file sizes and permissions of the first occurance of ls on the whereis output ?&lt;BR /&gt;&lt;BR /&gt;A corruption is possible.</description>
    <pubDate>Tue, 15 Nov 2005 14:46:23 GMT</pubDate>
    <dc:creator>Mel Burslan</dc:creator>
    <dc:date>2005-11-15T14:46:23Z</dc:date>
    <item>
      <title>Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672028#M243902</link>
      <description>I have a number of 11.23 Itanium servers. ON all but 1 server using ll works correctly. on this particular server, when doing a long listing (ll), i don't get any dates or permissions. I just get file names. Can anyone tell me why this is happening? &lt;BR /&gt;&lt;BR /&gt;i should get &lt;BR /&gt;&lt;BR /&gt;drwxrwxrwx   2 root       sys             96 May 12  2005 h16/&lt;BR /&gt;&lt;BR /&gt;but i only get "h16"</description>
      <pubDate>Tue, 15 Nov 2005 11:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672028#M243902</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2005-11-15T11:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672029#M243903</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;Run the alias command to see if there are any aliases (aliai?) for ll.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 15 Nov 2005 11:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672029#M243903</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-11-15T11:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672030#M243904</link>
      <description>not entirely sure what you mean, however it did work a few days ago, and no changes have been made to the system.</description>
      <pubDate>Tue, 15 Nov 2005 11:59:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672030#M243904</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2005-11-15T11:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672031#M243905</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can make sure by doing a ls -l ,the output is same as ll if that works then there might be some issue on the ll file,rename and ftp a similar file from another server and try.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Tue, 15 Nov 2005 12:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672031#M243905</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2005-11-15T12:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672032#M243906</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;$ alias&lt;BR /&gt;autoload=typeset -fu&lt;BR /&gt;bdf=/usr/local/bin/bdfmegs&lt;BR /&gt;ls=ls -F&lt;BR /&gt;ll=ls&lt;BR /&gt;&lt;BR /&gt;If you see "ll" in the output, there is an alias set for it which is preventing it from behaving normally.  Use unset to get rid of the alias:  "unset ll".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Nov 2005 12:08:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672032#M243906</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-11-15T12:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672033#M243907</link>
      <description>it shows up as&lt;BR /&gt;&lt;BR /&gt;ll = ll -alf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i did the unset, but it still won't work properly. i may take it from another server.</description>
      <pubDate>Tue, 15 Nov 2005 14:38:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672033#M243907</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2005-11-15T14:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672034#M243908</link>
      <description>what does &lt;BR /&gt;&lt;BR /&gt;whereis ls tell you on a system which is working properly and one which is not ? Also, what are the file sizes and permissions of the first occurance of ls on the whereis output ?&lt;BR /&gt;&lt;BR /&gt;A corruption is possible.</description>
      <pubDate>Tue, 15 Nov 2005 14:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672034#M243908</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-11-15T14:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672035#M243909</link>
      <description>root@host:/&amp;gt;whereis ll&lt;BR /&gt;ll: /usr/bin/ll /usr/share/man/man1.Z/ll.1&lt;BR /&gt;&lt;BR /&gt;root@host:/&amp;gt;whereis ls&lt;BR /&gt;ls: /sbin/ls /usr/bin/ls /usr/share/man/man1.Z/ls.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;output of ll&lt;BR /&gt;&lt;BR /&gt;root@host:/&amp;gt;ll&lt;BR /&gt;.&lt;BR /&gt;..&lt;BR /&gt;lost+found&lt;BR /&gt;etc&lt;BR /&gt;stand&lt;BR /&gt;tmp&lt;BR /&gt;home&lt;BR /&gt;opt&lt;BR /&gt;usr&lt;BR /&gt;var&lt;BR /&gt;sbin&lt;BR /&gt;dev&lt;BR /&gt;net&lt;BR /&gt;&lt;BR /&gt;.spc_disclaimer&lt;BR /&gt;.spc_trust_store&lt;BR /&gt;.sw&lt;BR /&gt;MANPATH&lt;BR /&gt;lib&lt;BR /&gt;bin&lt;BR /&gt;.profile&lt;BR /&gt;.ssh&lt;BR /&gt;u01&lt;BR /&gt;.dt&lt;BR /&gt;security_catalog&lt;BR /&gt;.dtprofile&lt;BR /&gt;.mozilla-license&lt;BR /&gt;.ICEauthority&lt;BR /&gt;.Xauthority&lt;BR /&gt;.mozilla&lt;BR /&gt;.TTauthority&lt;BR /&gt;depot&lt;BR /&gt;cdrom&lt;BR /&gt;sh_history&lt;BR /&gt;nsr&lt;BR /&gt;local100&lt;BR /&gt;.spc_trust_store.old&lt;BR /&gt;&lt;BR /&gt;alias output&lt;BR /&gt;&lt;BR /&gt;root@host:/&amp;gt;alias&lt;BR /&gt;autoload='typeset -fu'&lt;BR /&gt;command='command '&lt;BR /&gt;functions='typeset -f'&lt;BR /&gt;history='fc -l'&lt;BR /&gt;integer='typeset -i'&lt;BR /&gt;ll='ll -alf'&lt;BR /&gt;local=typeset&lt;BR /&gt;nohup='nohup '&lt;BR /&gt;r='fc -e -'&lt;BR /&gt;stop='kill -STOP'&lt;BR /&gt;suspend='kill -STOP $$'&lt;BR /&gt;type='whence -v'</description>
      <pubDate>Tue, 15 Nov 2005 14:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672035#M243909</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2005-11-15T14:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672036#M243910</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;That's it exactly.  The alias is messing it up.  Try resetting the alias with "alias ll=ll".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 15 Nov 2005 14:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672036#M243910</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-11-15T14:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672037#M243911</link>
      <description>or simply &lt;BR /&gt;&lt;BR /&gt;unalias ll</description>
      <pubDate>Tue, 15 Nov 2005 14:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672037#M243911</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-11-15T14:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672038#M243912</link>
      <description>Sorry to continue in a separate response - I didn't follow my train of thought far enough.&lt;BR /&gt;&lt;BR /&gt;After you re-alias ll, to permanently fix this, we need to find where it is being set so we can remove it.  You can try a find command:&lt;BR /&gt;&lt;BR /&gt;find /home /etc/profile -exec grep 'alias ll' {} \;&lt;BR /&gt;&lt;BR /&gt;That should flush out the culprit.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 15 Nov 2005 14:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672038#M243912</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-11-15T14:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672039#M243913</link>
      <description>thanks for all your help.. it turns out some one set .profile to &lt;BR /&gt;&lt;BR /&gt;ll = ll -alf&lt;BR /&gt;&lt;BR /&gt;should have been ll -alF &lt;BR /&gt;&lt;BR /&gt;i found this with your help..</description>
      <pubDate>Tue, 15 Nov 2005 15:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672039#M243913</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2005-11-15T15:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672040#M243914</link>
      <description>Thanks, Mel -  I could not seem to remember the unalias command!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 15 Nov 2005 15:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672040#M243914</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-11-15T15:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672041#M243915</link>
      <description>Another quick test is to use the actul command rather than the shorthand name:&lt;BR /&gt; &lt;BR /&gt;/usr/bin/ll&lt;BR /&gt; &lt;BR /&gt;This bypasses all aliases since alias does an exact match (ll does not match /usr/bin/ll). Another way to investigate a malfunctioning command is to ask the shell:&lt;BR /&gt; &lt;BR /&gt;type ll&lt;BR /&gt; &lt;BR /&gt;Always use 'type' (which is an alias to whence -v) and forget about which and whereis to track down what the shell will do. type will expand aliases, report on built-ins, etc.</description>
      <pubDate>Tue, 15 Nov 2005 19:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672041#M243915</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-11-15T19:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using ll to list files not working correctly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672042#M243916</link>
      <description>..but WHO changed .profile?&lt;BR /&gt;&lt;BR /&gt;You need to restrict root password and use sudo.&lt;BR /&gt;&lt;BR /&gt;Sorrel</description>
      <pubDate>Wed, 16 Nov 2005 11:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-ll-to-list-files-not-working-correctly/m-p/3672042#M243916</guid>
      <dc:creator>Sorrel G. Jakins</dc:creator>
      <dc:date>2005-11-16T11:50:02Z</dc:date>
    </item>
  </channel>
</rss>

