Re: process ksh 99% cpu

From: Tuan Nguyen (tng22_at_hotmail.com)
Date: 11/24/03


Date: 24 Nov 2003 04:22:55 -0800


"olivier&stf" <oliste@free.fr> wrote in message news:<3fbfaa5e$0$17104$626a54ce@news.free.fr>...
> hello
>
> i have ploblems with the process ksh which utilizase 99 % CPU
>
> someobody have you got a idea ?
>
> OS tru64 5.1A
> model es40
>
> thank you for your reponse
>
> oliste

Check if the user who starts ksh has the right ownership (write
persmission) of his own homedir (check /etc/passwd, ~./profile).
Otherwise the system will "try" to write at a place, which is not
allowed.

GL Tuan