[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Cobalt Cpu consumption after Portsentry install
- Subject: Re: [cobalt-users] Cobalt Cpu consumption after Portsentry install
- From: shimi <shimi@xxxxxxxxxxxxxxxx>
- Date: Sat May 5 17:10:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> From Webmin, i have got this data of CPU usage:
>
> root 20.8 % /usr/bin/less -is
>
> This process started to appear after i installed ssh2 and portsentry.
> Is this abnormal? What kind of process is this?
> Regards to all,
> Zarrir
>
It's fine.
in your shell prompt, type:
killall -9 less
to know about less and more (two useful commands), type "man less" and
"man more".
- shi.