service --status-allthis command runs all init scripts, in alphabetical order, with the status command. This option only calls status for sysvinit jobs, upstart jobs can be queried in a similar manner with:
initctl listIn Redhat you can use:
chkconfig --listYou can also install chkconfig on ubuntu with:
sudo apt-get install chkconfigThe command:
sudo netstat -tulpnmight also be useful, it lists open Internet or UNIX domain sockets.
No comments:
Post a Comment