<?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: EZ man page question-EZ points in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ez-man-page-question-ez-points/m-p/4880671#M848932</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;man 8 smbpasswd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Jan 2005 11:19:17 GMT</pubDate>
    <dc:creator>John Poff</dc:creator>
    <dc:date>2005-01-18T11:19:17Z</dc:date>
    <item>
      <title>EZ man page question-EZ points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ez-man-page-question-ez-points/m-p/4880670#M848931</link>
      <description>I'm attempting to view a man page for a samba command/config file:  smbpasswd&lt;BR /&gt;&lt;BR /&gt;when I do:&lt;BR /&gt;man smbpasswd&lt;BR /&gt;&lt;BR /&gt;I get the manual page for smbpasswd as it relates to its config file which is:&lt;BR /&gt;&lt;BR /&gt;c8mkes34_#ll /var/opt/samba/private/smbpasswd&lt;BR /&gt;-rw-------   1 root       sys            432 Dec 27 15:32 /var/opt/samba/private/smbpasswd&lt;BR /&gt;c8mkes34_#&lt;BR /&gt;&lt;BR /&gt;Well there is another use for smbpasswd and that is to add,delete accounts.&lt;BR /&gt;&lt;BR /&gt;I'd like to view the man page for smbpasswd that deals with adding deleting accounts.  I know it exists I just can't access via the man interface.&lt;BR /&gt;&lt;BR /&gt;Here is some more info:&lt;BR /&gt;&lt;BR /&gt;c8mkes34_#whereis smbpasswd&lt;BR /&gt;smbpasswd: /opt/samba/bin/smbpasswd /opt/samba/man/man5/smbpasswd.5 /opt/samba/man/man8/smbpasswd.8&lt;BR /&gt;c8mkes34_#&lt;BR /&gt;&lt;BR /&gt;I know the one I want is smbpasswd.8 cause if I do a strings on it I can tell that it is one dealing with the program smbpasswd command.  Obviously with strings the output is crumby.&lt;BR /&gt;&lt;BR /&gt;Please tell me how I can view smbpasswd.8 thru the man interface.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jan 2005 11:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ez-man-page-question-ez-points/m-p/4880670#M848931</guid>
      <dc:creator>Kirk Reindl</dc:creator>
      <dc:date>2005-01-18T11:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: EZ man page question-EZ points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ez-man-page-question-ez-points/m-p/4880671#M848932</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;man 8 smbpasswd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jan 2005 11:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ez-man-page-question-ez-points/m-p/4880671#M848932</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2005-01-18T11:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: EZ man page question-EZ points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ez-man-page-question-ez-points/m-p/4880672#M848933</link>
      <description>Hi Kirk,&lt;BR /&gt;&lt;BR /&gt;Do the following:&lt;BR /&gt;&lt;BR /&gt;export MANPATH=/opt/samba/man/man8:$MANPATH&lt;BR /&gt;or&lt;BR /&gt;man 8 smbpasswd&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 18 Jan 2005 11:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ez-man-page-question-ez-points/m-p/4880672#M848933</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-01-18T11:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: EZ man page question-EZ points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ez-man-page-question-ez-points/m-p/4880673#M848934</link>
      <description>There are 2 entries for smbpasswd.  One entry is in section 5 of the man pages, the other (and the one you are looking for) is in section 8.&lt;BR /&gt;&lt;BR /&gt;man 8 smbpasswd&lt;BR /&gt;&lt;BR /&gt;The man pages are divided up into sections.  man1, man2, man4, etc.  If you do not specify the section, then all will be searched and you will get the first entry that the man command finds.&lt;BR /&gt;&lt;BR /&gt;If you have your whereis database set up you can do a &lt;BR /&gt;&lt;BR /&gt;man -k smbpasswd&lt;BR /&gt;&lt;BR /&gt;and it will show each entry with the corresponding section.&lt;BR /&gt;man -k smbpasswd&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Jan 2005 11:24:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ez-man-page-question-ez-points/m-p/4880673#M848934</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-01-18T11:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: EZ man page question-EZ points</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ez-man-page-question-ez-points/m-p/4880674#M848935</link>
      <description>Closing because other forum members found me a solution.&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 18 Jan 2005 11:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ez-man-page-question-ez-points/m-p/4880674#M848935</guid>
      <dc:creator>Kirk Reindl</dc:creator>
      <dc:date>2005-01-18T11:34:34Z</dc:date>
    </item>
  </channel>
</rss>

