ps -ef | grep -v grep | grep inetd #### ps axc | grep inetd #### ps ax | grep '[i]netd'
## ps axc | grep inetd ##
## ps ax | grep '[i]netd'