Re: startup services On 2004-03-02, Joost Kremers <joostkremers@yahoo.com> wrote:
> Ruud wrote:
>> en can you also tell me how i can see wich services run now
>
> well, services whose startup script are executable will probably be
> running. 'ps -ef | less' will give you a list of running processes, which
> includes all services whose process is actually running. AFAIK there is no
> other way.
>
You could also
% ls -la /proc/*/exe
Not btter, just different.
ken |