<?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: crontab and checking applications in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-checking-applications/m-p/3729330#M789035</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To configure the ability for a user to use cron, add the users login name to 'var/adm/cron/cron.allow'.  See the 'crontab(1)' manpages for more information regarding this.&lt;BR /&gt;&lt;BR /&gt;To see what processes are running on a system, use 'ps' or 'top' or 'glance'.&lt;BR /&gt;&lt;BR /&gt;'ps' is easily scripted and offers a wide ability to select processes by various criteria and the amount of information returned about them.&lt;BR /&gt;&lt;BR /&gt;# ps -ef&lt;BR /&gt;&lt;BR /&gt;...shows all processes&lt;BR /&gt;&lt;BR /&gt;# ps -fu &lt;USER&gt;&lt;BR /&gt;&lt;BR /&gt;...limits the process information returned to processes belonging to &lt;USER&gt;.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/USER&gt;&lt;/USER&gt;</description>
    <pubDate>Fri, 10 Feb 2006 16:45:05 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-02-10T16:45:05Z</dc:date>
    <item>
      <title>crontab and checking applications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-checking-applications/m-p/3729327#M789032</link>
      <description>Hi people, i wanted to know as to how do you configure crontab initially for a new user, and also how do u check what applications are running on the system!!!</description>
      <pubDate>Fri, 10 Feb 2006 16:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-checking-applications/m-p/3729327#M789032</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-02-10T16:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: crontab and checking applications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-checking-applications/m-p/3729328#M789033</link>
      <description>Depends how you have cron authorization configured. If you have a /var/adm/cron/cron.allow file, you need to add the enw username to it before it will be allowed to run cron jobs. If you don't have one, but have a /var/adm/cron/cron.deny file, then the new username will be able to run cron jobs unless you add it to the cron.deny file. If neither file exists, only root can run cron jobs and your will need to create /var/adm/cron/cron.allow with the new username as an entry.&lt;BR /&gt;&lt;BR /&gt;(I think I remembered all that correctly. :) )</description>
      <pubDate>Fri, 10 Feb 2006 16:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-checking-applications/m-p/3729328#M789033</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-02-10T16:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: crontab and checking applications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-checking-applications/m-p/3729329#M789034</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;ps -ef will show you all the processes on the system&lt;BR /&gt;&lt;BR /&gt;cd /var/spool/cron/crontabs&lt;BR /&gt;create a file named for the user with the appropriate entries (you can model it after one of the other files in the directory.&lt;BR /&gt;&lt;BR /&gt;log on as the user and run crontab /var/spool/cron/crontabs/new_cron_tab_file to activate the new file</description>
      <pubDate>Fri, 10 Feb 2006 16:43:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-checking-applications/m-p/3729329#M789034</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-02-10T16:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: crontab and checking applications</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-checking-applications/m-p/3729330#M789035</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To configure the ability for a user to use cron, add the users login name to 'var/adm/cron/cron.allow'.  See the 'crontab(1)' manpages for more information regarding this.&lt;BR /&gt;&lt;BR /&gt;To see what processes are running on a system, use 'ps' or 'top' or 'glance'.&lt;BR /&gt;&lt;BR /&gt;'ps' is easily scripted and offers a wide ability to select processes by various criteria and the amount of information returned about them.&lt;BR /&gt;&lt;BR /&gt;# ps -ef&lt;BR /&gt;&lt;BR /&gt;...shows all processes&lt;BR /&gt;&lt;BR /&gt;# ps -fu &lt;USER&gt;&lt;BR /&gt;&lt;BR /&gt;...limits the process information returned to processes belonging to &lt;USER&gt;.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/USER&gt;&lt;/USER&gt;</description>
      <pubDate>Fri, 10 Feb 2006 16:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/crontab-and-checking-applications/m-p/3729330#M789035</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-02-10T16:45:05Z</dc:date>
    </item>
  </channel>
</rss>

