tech-userlevel archive

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

Current rc.d status overview



Hi all,

Is there a program in base or in pkgsrc to see the status (running or stopped?) 
of all the rc.d services?

A naive implementation is:

    for s in /etc/rc.d/*; do $s status 2>/dev/null; done

There might be subtleties here that this implementation doesn't take into 
account.

Do others feel this kind of an overview is useful? Is there an implementation 
already that I just overlooked?

Thanks!

-- 
Ilmari Vacklin


Home | Main Index | Thread Index | Old Index