[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Cobalt Cpu consumption after Portsentry install



>     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.