<?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: How do I tail a file and how do I stop the tail manually in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270832#M473333</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Look at the mnpage of audsys:&lt;BR /&gt;#man audsys&lt;BR /&gt;&lt;BR /&gt;I would suggest you create a separate filesystem for /.secure as it can grow quite large and you wouldn't want to fill your root file system.&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
    <pubDate>Thu, 20 Jan 2011 12:30:23 GMT</pubDate>
    <dc:creator>Jose Mosquera</dc:creator>
    <dc:date>2011-01-20T12:30:23Z</dc:date>
    <item>
      <title>How do I tail a file and how do I stop the tail manually</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270828#M473329</link>
      <description>New to HP-UX.  How do I tail a file so I can montior it's entries (log file).  If later I wish to stop the tail activity how do I stop the monitoring of the file manually.  The file (security audits) are written to "/.secure/etc/audfile2".  I can't view the files with a viewer since this file is not converted to human-readable until you save the data to a file. Thanks, John</description>
      <pubDate>Thu, 20 Jan 2011 12:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270828#M473329</guid>
      <dc:creator>johnnymac_1</dc:creator>
      <dc:date>2011-01-20T12:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tail a file and how do I stop the tail manually</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270829#M473330</link>
      <description>to tail a file you need to run &lt;BR /&gt;tail -f /var/adm/syslog/syslog.log &amp;amp;&lt;BR /&gt;it will run in background &amp;amp; produce logs on console.&lt;BR /&gt;&lt;BR /&gt;Other wise to just tail a file run the command without "&amp;amp;"&lt;BR /&gt;&lt;BR /&gt;To stop the console activity just grep &amp;amp; kill&lt;BR /&gt;the tail running in background.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Manix&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jan 2011 12:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270829#M473330</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-20T12:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tail a file and how do I stop the tail manually</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270830#M473331</link>
      <description>tail -f file&lt;BR /&gt;To stop, Ctrl + C</description>
      <pubDate>Thu, 20 Jan 2011 12:15:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270830#M473331</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2011-01-20T12:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tail a file and how do I stop the tail manually</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270831#M473332</link>
      <description>For "auditing" files (binaries ) try audisp&lt;BR /&gt;&lt;BR /&gt;You will need to use 'audisp' command to convert them into text files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;audisp &lt;AUDFILE_NAME&gt; &amp;gt; audfile.txt&lt;BR /&gt;&lt;BR /&gt;You can use switches to audisp command to filter out the users, events, calls etc.,&lt;BR /&gt;&lt;BR /&gt;&lt;/AUDFILE_NAME&gt;</description>
      <pubDate>Thu, 20 Jan 2011 12:16:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270831#M473332</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-20T12:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tail a file and how do I stop the tail manually</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270832#M473333</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Look at the mnpage of audsys:&lt;BR /&gt;#man audsys&lt;BR /&gt;&lt;BR /&gt;I would suggest you create a separate filesystem for /.secure as it can grow quite large and you wouldn't want to fill your root file system.&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Thu, 20 Jan 2011 12:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270832#M473333</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2011-01-20T12:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tail a file and how do I stop the tail manually</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270833#M473334</link>
      <description>Hi John&lt;BR /&gt;To tail a file and view the recent updates on the file you can do&lt;BR /&gt;tail -f &amp;lt;&lt;FILE name=""&gt; e.g tailing the syslog file you can give following command:&lt;BR /&gt;&lt;BR /&gt;tail -f /var/adm/syslog/syslog.log, and it will periodically show the update tails of that file without closing it, to close the tail you can simply do a &lt;CTRL&gt;.&lt;BR /&gt;&lt;BR /&gt;For further details and options see manual &lt;BR /&gt;#man tail&lt;/CTRL&gt;&lt;/FILE&gt;</description>
      <pubDate>Fri, 21 Jan 2011 02:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270833#M473334</guid>
      <dc:creator>Mohammad Sanaullah</dc:creator>
      <dc:date>2011-01-21T02:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I tail a file and how do I stop the tail manually</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270834#M473335</link>
      <description>I have found all of the response below to be of great help.  A Millions thanks for all your contributions to my question.  I'm very greatful for any and all support this site and it's contributors provide.&lt;BR /&gt;&lt;BR /&gt;Johnny Mac.</description>
      <pubDate>Mon, 24 Jan 2011 17:03:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-tail-a-file-and-how-do-i-stop-the-tail-manually/m-p/5270834#M473335</guid>
      <dc:creator>johnnymac_1</dc:creator>
      <dc:date>2011-01-24T17:03:21Z</dc:date>
    </item>
  </channel>
</rss>

