<?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: system admin scripts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159162#M456014</link>
    <description>Thank you James, that's great:)&lt;BR /&gt;but i meant the scripts that I have developed on my system, which directory is the best place to put them? is it&lt;BR /&gt;/usr/local/bin?&lt;BR /&gt;&lt;BR /&gt;thanks agian&lt;BR /&gt;Kathy</description>
    <pubDate>Tue, 24 Feb 2009 18:02:05 GMT</pubDate>
    <dc:creator>KathyK</dc:creator>
    <dc:date>2009-02-24T18:02:05Z</dc:date>
    <item>
      <title>system admin scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159160#M456012</link>
      <description>Where is the best location to place the scripts developed by system admin. some might be run from crontab, some manually.&lt;BR /&gt;&lt;BR /&gt;thank you in advance.&lt;BR /&gt;&lt;BR /&gt;OS: HP-UX11.23&lt;BR /&gt;&lt;BR /&gt;Kathy</description>
      <pubDate>Tue, 24 Feb 2009 17:54:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159160#M456012</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-02-24T17:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: system admin scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159161#M456013</link>
      <description>Hi KathyL&lt;BR /&gt;&lt;BR /&gt;A collection posted on this Forum can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=51050" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=51050&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The author's opening remarks point to two previous threads of the same.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 24 Feb 2009 17:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159161#M456013</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-02-24T17:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: system admin scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159162#M456014</link>
      <description>Thank you James, that's great:)&lt;BR /&gt;but i meant the scripts that I have developed on my system, which directory is the best place to put them? is it&lt;BR /&gt;/usr/local/bin?&lt;BR /&gt;&lt;BR /&gt;thanks agian&lt;BR /&gt;Kathy</description>
      <pubDate>Tue, 24 Feb 2009 18:02:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159162#M456014</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-02-24T18:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: system admin scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159163#M456015</link>
      <description>The location is wherever you can remember them and that make logical sense.&lt;BR /&gt;If run manually, you would have to use absolute paths or you would have to add that to your PATH.&lt;BR /&gt;Do any of these have to run in single user mode?</description>
      <pubDate>Tue, 24 Feb 2009 18:05:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159163#M456015</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-02-24T18:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: system admin scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159164#M456016</link>
      <description>No nothing at single run level. they are cleaning scripts some ftp scripts and some backup scripts. I thought there a standard practice in place for crontab and where the scripts are placed. no?</description>
      <pubDate>Tue, 24 Feb 2009 18:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159164#M456016</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-02-24T18:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: system admin scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159165#M456017</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;There are no hard and fast rules.  I usually like /usr/local/bin for scripts that normal users will have to run, /usr/local/sbin for scripts that root and other administrative accounts have to run, and /root/bin for scripts that *only* root should be running.  &lt;BR /&gt;&lt;BR /&gt;That's my standard though; your mileage may vary.&lt;BR /&gt;&lt;BR /&gt;Doug O'Leary</description>
      <pubDate>Tue, 24 Feb 2009 18:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159165#M456017</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2009-02-24T18:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: system admin scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159166#M456018</link>
      <description>No, not really.&lt;BR /&gt;&lt;BR /&gt;I prefer to create a "special" directory used for root's home, e.g. /root directly in / . So it is available in any mode and I'm not at the top of the directory tree by default.</description>
      <pubDate>Tue, 24 Feb 2009 18:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159166#M456018</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-02-24T18:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: system admin scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159167#M456019</link>
      <description>Thank you everyone for your response.&lt;BR /&gt;Kathy</description>
      <pubDate>Tue, 24 Feb 2009 18:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159167#M456019</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-02-24T18:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: system admin scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159168#M456020</link>
      <description>Hi Kathy,&lt;BR /&gt;I put the scripts under my personal login (on /local/bin, /local/sbin) to allply them the version control by RCS.&lt;BR /&gt;Once ok I move them in /usr/local/bin, /usr/local/sbin&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Wed, 25 Feb 2009 08:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159168#M456020</guid>
      <dc:creator>Arturo Galbiati</dc:creator>
      <dc:date>2009-02-25T08:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: system admin scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159169#M456021</link>
      <description>Hello&lt;BR /&gt;Check /usr/lib/cron/cron.allow&lt;BR /&gt;Make sure entry for root &amp;amp; other users is there.</description>
      <pubDate>Wed, 25 Feb 2009 09:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159169#M456021</guid>
      <dc:creator>Sameer Kelkar</dc:creator>
      <dc:date>2009-02-25T09:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: system admin scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159170#M456022</link>
      <description>thanks again for all the help.</description>
      <pubDate>Wed, 25 Feb 2009 17:20:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-admin-scripts/m-p/5159170#M456022</guid>
      <dc:creator>KathyK</dc:creator>
      <dc:date>2009-02-25T17:20:10Z</dc:date>
    </item>
  </channel>
</rss>

