<?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: ksh spawns another ksh process - RECURSIVELY in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998638#M424103</link>
    <description>This really has the look of a script that is calling itself over and over. It could even be /etc/profile although I doubt it. Kill the box, bring it up in single user and check anair2's .profile. &lt;BR /&gt;</description>
    <pubDate>Mon, 21 Aug 2006 12:07:04 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-08-21T12:07:04Z</dc:date>
    <item>
      <title>ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998627#M424092</link>
      <description>Help!  Has anyone ever seen this situation?&lt;BR /&gt;&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;  anair2  8397  8396  0 04:13:57 ?         0:00 -ksh&lt;BR /&gt;  anair2  8223  8222  0 04:13:56 ?         0:00 -ksh&lt;BR /&gt;  anair2  8087  8086  0 04:13:55 ?         0:00 -ksh&lt;BR /&gt;  anair2  8475  8474  0 04:13:58 ?         0:00 -ksh&lt;BR /&gt;  anair2  7634  7633  0 04:13:53 ?         0:00 -ksh&lt;BR /&gt;  anair2  6761  6760  0 04:13:47 ?         0:00 -ksh&lt;BR /&gt;  anair2  8129  8128  0 04:13:56 ?         0:00 -ksh&lt;BR /&gt;  anair2  8159  8158  0 04:13:56 ?         0:00 -ksh&lt;BR /&gt;  anair2  8432  8431  0 04:13:58 ?         0:00 -ksh&lt;BR /&gt;  anair2  8308  8307  0 04:13:57 ?         0:00 -ksh&lt;BR /&gt;  anair2  8496  8495  0 04:13:58 ?         0:00 -ksh&lt;BR /&gt;  anair2  8417  8416  0 04:13:58 ?         0:00 -ksh&lt;BR /&gt;  anair2  8392  8390  0 04:13:57 ?         0:00 -ksh&lt;BR /&gt;  anair2  8455  8454  0 04:13:58 ?         0:00 -ksh&lt;BR /&gt;  anair2  8042  8041  0 04:13:55 ?         0:00 -ksh&lt;BR /&gt;  anair2  8435  8434  0 04:13:58 ?         0:00 -ksh&lt;BR /&gt;  anair2  8487  8486  0 04:13:58 ?         0:00 -ksh&lt;BR /&gt;  anair2  8387  8386  0 04:13:57 ?         0:00 -ksh&lt;BR /&gt;  anair2  6743  6742  0 04:13:47 ?         0:00 -ksh&lt;BR /&gt;  anair2  8310  8309  0 04:13:57 ?         0:00 -ksh&lt;BR /&gt;  anair2  8422  8421  0 04:13:58 ?         0:00 -ksh&lt;BR /&gt;.&lt;BR /&gt;&lt;LITERALLY thousands="" more="" of="" these="" processes=""&gt;&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;It's resulting in a full process table - and then I get nothing but "fork" errors like:&lt;BR /&gt;&lt;BR /&gt;.profile[10]: The fork function failed. Too many processes already exist.&lt;BR /&gt;&lt;BR /&gt;So - I'm in a bit of a quandary.  My question - could this be something originating from INSIDE the server (a running process) - or from OUTSIDE the server (eg: an application persistently logging in every second).&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any insight/help.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Ben.&lt;BR /&gt;bchapman@telcordia.com&lt;/LITERALLY&gt;</description>
      <pubDate>Mon, 21 Aug 2006 09:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998627#M424092</guid>
      <dc:creator>B. Chapman</dc:creator>
      <dc:date>2006-08-21T09:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998628#M424093</link>
      <description>The First thing is to have a script kill all the current process.&lt;BR /&gt;&lt;BR /&gt;Then check for the profile for the user for any incorrect sourcing !!</description>
      <pubDate>Mon, 21 Aug 2006 09:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998628#M424093</guid>
      <dc:creator>Pupil_1</dc:creator>
      <dc:date>2006-08-21T09:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998629#M424094</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Check and see of a script is running that spawns a copy of itself.&lt;BR /&gt;&lt;BR /&gt;Also make sure /etc/inittab was not used to spawn the script.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 21 Aug 2006 09:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998629#M424094</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-21T09:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998630#M424095</link>
      <description>I have been able to limp into the system via the console, and get a dump of all of those processes - AND KILL THEM.  But, as fast as I can kill them, they're back - with new PIDs.  Also - I can only submit commands with "exec " - which, after they run, I get booted out of my console (and then I have to wait 5 minutes for a re-login process).</description>
      <pubDate>Mon, 21 Aug 2006 09:52:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998630#M424095</guid>
      <dc:creator>B. Chapman</dc:creator>
      <dc:date>2006-08-21T09:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998631#M424096</link>
      <description>My best GUESS is that user anair2 has a problem in his .profile. I would knock the box down to single user then manually mount /usr and /var and then disable anair2's login. You can then allow the system to boot normally and investigate the problem because anair2 will no longer be able to login.</description>
      <pubDate>Mon, 21 Aug 2006 09:59:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998631#M424096</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-21T09:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998632#M424097</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you have to kill the processes of the user 'anair2' as root in a way like that&lt;BR /&gt;&lt;BR /&gt;ps -uanair2 | awk 'NR&amp;gt;1 {print $1}' | xargs kill&lt;BR /&gt;&lt;BR /&gt;- call with differnt signals, in your situation kill -9 as secaond choice&lt;BR /&gt;- call more than once&lt;BR /&gt;&lt;BR /&gt;Cause of your problem: sometimes a single&lt;BR /&gt;*&lt;BR /&gt;in a bin-directory is enough...&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Mon, 21 Aug 2006 10:35:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998632#M424097</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-08-21T10:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998633#M424098</link>
      <description>Hi Ben,&lt;BR /&gt;&lt;BR /&gt;Give this a shot:&lt;BR /&gt;&lt;BR /&gt;# exec echo '/usr/bin/false' &amp;gt;&amp;gt; /etc/shells &amp;amp;&amp;amp; passwd -e /usr/bin/false anair2 &amp;amp;&amp;amp; UNIX95= kill  $(ps -u anair2 -o pid=)&lt;BR /&gt;&lt;BR /&gt;Change 'kill' to 'kill -9', if need be.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Mon, 21 Aug 2006 10:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998633#M424098</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-21T10:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998634#M424099</link>
      <description>All - I appreciate the ideas - and I'm following up - SLOWLY but SURELY.  Here's the problem - I've killed inetd, and kill sshd (so now only console/RS-232 login allowed) - and every time I login to the console, it successfully logs in - but takes over 10 minutes.  Here are the messages (so you get the idea of my pain):&lt;BR /&gt;&lt;BR /&gt;Console Login: root&lt;BR /&gt;Password: &lt;BR /&gt;Last   successful login for root: Mon Aug 21 11:36:43 EST5EDT 2006 on console &lt;BR /&gt;Last unsuccessful login for root: Mon Aug 21 11:47:05 EST5EDT 2006 on console &lt;BR /&gt;Please wait...checking for disk quotas&lt;BR /&gt;could not execute quota command&lt;BR /&gt;/etc/profile[31]: The fork function failed. Too many processes already exist.&lt;BR /&gt;/etc/profile[48]: The fork function failed. Too many processes already exist.&lt;BR /&gt;/etc/profile[72]: The fork function failed. Too many processes already exist.&lt;BR /&gt;/etc/profile[143]: The fork function failed. Too many processes already exist.&lt;BR /&gt;/etc/profile[143]: test: Specify a parameter with this command.&lt;BR /&gt;.profile[10]: The fork function failed. Too many processes already exist.&lt;BR /&gt;.profile[20]: The fork function failed. Too many processes already exist.&lt;BR /&gt;WARNING:  YOU ARE SUPERUSER !!&lt;BR /&gt;&lt;BR /&gt;profit9# exec /usr/bin/ps -ef &amp;gt; /UTIL/p9.ps-ef.lst&lt;BR /&gt;&lt;BR /&gt;&lt;AND then="" command="" will="" process=""&gt;&lt;BR /&gt;&lt;BR /&gt;That's the problem - is only being able to run one command every 10 minutes.  Any ideas?  Can I string them together w/ ";"?  BTW - /UTIL is a common NFS mountpoint that I have on another HP-UX system - so I can then analyze the file and build a killscript to run thru "exec" again.&lt;/AND&gt;</description>
      <pubDate>Mon, 21 Aug 2006 11:03:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998634#M424099</guid>
      <dc:creator>B. Chapman</dc:creator>
      <dc:date>2006-08-21T11:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998635#M424100</link>
      <description>Ben,&lt;BR /&gt;&lt;BR /&gt;This will kill processes owned by anair2 in ascending order of pid:&lt;BR /&gt;&lt;BR /&gt;# exec ps -u anair2 | awk '!/PID/{print $1}' | sort -n | xargs kill &lt;BR /&gt;&lt;BR /&gt;(UNIX95 variable left unset on purpose.)&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Mon, 21 Aug 2006 11:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998635#M424100</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-21T11:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998636#M424101</link>
      <description>I don't think you have any choice but to shutdown and bring the box up in single user mode.</description>
      <pubDate>Mon, 21 Aug 2006 11:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998636#M424101</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-21T11:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998637#M424102</link>
      <description>PCS,&lt;BR /&gt;&lt;BR /&gt;I tried - but to no avail (note - my $PATH isn't even set upon login to console - so I have to use explicit paths to all commands):&lt;BR /&gt;&lt;BR /&gt;profit9# exec /usr/bin/ps -u anair2 | /usr/bin/awk '!/PID/{print $1}' | /usr/bin&lt;BR /&gt;/sort -n | /usr/bin/xargs kill &lt;BR /&gt;sh: The fork function failed. Too many processes already exist.&lt;BR /&gt;&lt;BR /&gt;(and - that error - is generic for any commands that I try)&lt;BR /&gt;&lt;BR /&gt;Any other ideas?  I'm pretty close to "exec reboot" - and dealing w/ the fallout upon restart (Oracle db's recovering).  Luckily this is only devel/test server - but still - how do I ensure this situation doesn't arise again?  Somebody spoke earlier about a "*" (bad filename) in a "bin" directory - what's that about?</description>
      <pubDate>Mon, 21 Aug 2006 11:55:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998637#M424102</guid>
      <dc:creator>B. Chapman</dc:creator>
      <dc:date>2006-08-21T11:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998638#M424103</link>
      <description>This really has the look of a script that is calling itself over and over. It could even be /etc/profile although I doubt it. Kill the box, bring it up in single user and check anair2's .profile. &lt;BR /&gt;</description>
      <pubDate>Mon, 21 Aug 2006 12:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998638#M424103</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-21T12:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998639#M424104</link>
      <description>The reason that you did not have a correct PATH is due to the process table overflowing and therefore your profiles (/etc/profile and .profile) did not run. Your system is very unstable at this point and Oracle will soon terminate with a similar error (no more processes can be run). You can easily add a minimum PATH after you login with the command:&lt;BR /&gt; &lt;BR /&gt;export PATH=/usr/bin:/usr/sbin&lt;BR /&gt; &lt;BR /&gt;Make sure you DO NOT run exec reboot!!! You want a graceful shutdown and reboot will kill everything ungracefully. Run the command shutdown -y 0 then interrupt the boot process and issue hpux -is when you get to the ISL prompt. Once on the system, &lt;BR /&gt; &lt;BR /&gt;1. rename the user's $HOME directory to something like /home/anair2BAD&lt;BR /&gt; &lt;BR /&gt;2. remove any entry in /usr/spool/cron/crontabs/ with this user's name.&lt;BR /&gt; &lt;BR /&gt;3. Lock the user's account so no login can take place from anywhere - the easiest is to rename the passwd file's line with anair2 to something like anair2BAD.&lt;BR /&gt; &lt;BR /&gt;Now boot up and see that everything starts correctly. Finally, examine the anair2BAD directory to see if there is a .sh_history file and if so, look at the end of the file for the possible reason(s) for the runaway script.&lt;BR /&gt; &lt;BR /&gt;Another thing to do is to limit the number of processes a user can run with the kernel parameter maxuprc to prevent a future mess like this, especially for a production machine. NOTE: maxuprc is used to count the total number of prcesses owned by one user. This means that it must be set high enough to accomodate Oracle and other applications, but low enough to prevent a runaway like this.</description>
      <pubDate>Mon, 21 Aug 2006 12:54:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998639#M424104</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-21T12:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998640#M424105</link>
      <description>Many thanks to everyone that helped me out on this - I'll assign points after I give the final scoop on this.&lt;BR /&gt;&lt;BR /&gt;I did end up having to punt and:&lt;BR /&gt;-exec reboot (sorry Bill - saw your post one minute too late)&lt;BR /&gt;-hpux -is&lt;BR /&gt;-mount /var /usr /home&lt;BR /&gt;-lockout "bad" user&lt;BR /&gt;-examine "bad" user .sh_history  &lt;BING&gt;&lt;BR /&gt;-shutdown -r 0&lt;BR /&gt;&lt;BR /&gt;It did turn out to be a rogue program (well, accidentally).  A new developer executed an Oracle PRO*Cobol program right at a shell prompt.  No problem - except that the file starts out like this:&lt;BR /&gt;&lt;BR /&gt;       IDENTIFICATION DIVISION.&lt;BR /&gt;       PROGRAM-ID. AR0129.&lt;BR /&gt;       AUTHOR.  JOHN DOE.&lt;BR /&gt;       DATE-WRITTEN.  DEC, 2003.&lt;BR /&gt;      *********************************************************&lt;BR /&gt;      **      COPYRIGHT * 2003 XXXX. ALL RIGHTS RESERVED      *&lt;BR /&gt;      *********************************************************&lt;BR /&gt;      **    XXXX PROPRIETARY - INTERNAL USE ONLY              *&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;So - now I know what happens when the shell interprets all those asterisks (*) - it launches a new ksh for all files in the current directory - for all asterisks (and then I think it's trying to execute all of the other .pco files in the dir - which recursively digs the hole deeper).  I was able to recreate this by executing the code myself (sh -x) BEFORE brining up all the db's/appservers.  Sure enough - another SSH session's "ps -ef" showed massive ksh processes by my ID.  &lt;CTRL&gt;C *did* seem to stop the madness immediately though.  (Why couldn't that developer have done that earlier???)  Oh well.&lt;BR /&gt;&lt;BR /&gt;Gotta love Oracle though - 6 DB's that I had to slam down - all started/recovered w/ no problems.  Call it a day...&lt;BR /&gt;&lt;BR /&gt;Again - many thanks for all the help on this.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Ben Chapman.&lt;BR /&gt;bchapman@telcordia.com&lt;/CTRL&gt;&lt;/BING&gt;</description>
      <pubDate>Mon, 21 Aug 2006 17:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998640#M424105</guid>
      <dc:creator>B. Chapman</dc:creator>
      <dc:date>2006-08-21T17:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998641#M424106</link>
      <description>points submitted - closing thread</description>
      <pubDate>Mon, 21 Aug 2006 17:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998641#M424106</guid>
      <dc:creator>B. Chapman</dc:creator>
      <dc:date>2006-08-21T17:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998642#M424107</link>
      <description>One minor (well maybe not so minor) point: The file you posted is not a program but rather the source file for a program where '*' is a comment and is perfectly legal. The problem is that this user tried to execute this source file which means that the execute bit was set on a source file (or that this user explicitly did something like "sh xx.cbo". Setting the execute bit on a source file, as opposed to the actual executable, is state-of-the-art stupid and this developer needs to go to UNIX kindergarten (even if taught by you) so that other equally unintentionally dangerous events are avoided. Of course, being in a beginning UNIX class may not help because I was sitting in on one where the instructor told the class to just set everything to 777 to "make things easier". After she finished I politely begged to differ.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 21 Aug 2006 17:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998642#M424107</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-08-21T17:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: ksh spawns another ksh process - RECURSIVELY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998643#M424108</link>
      <description>Clay echoed one of my hot buttons for all sysadmins: 777 is a bad and dangerous number!!! Find them, fix them and chastise anyone who tries to 'fix' problems. Setting the execute bit on a sourcecode file just took your system down. That's why umask=0 is also braindead. Users should be forced to use umask 077 so they can unlearn their bad habits. &lt;BR /&gt; &lt;BR /&gt;But 666 is no better!! When you set the global write bit, you have told every user on your system that they have permission to totally trash the contents of your file at any time.&lt;BR /&gt; &lt;BR /&gt;Don't get me started on -9.</description>
      <pubDate>Mon, 21 Aug 2006 18:42:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-spawns-another-ksh-process-recursively/m-p/4998643#M424108</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-21T18:42:50Z</dc:date>
    </item>
  </channel>
</rss>

