Command To See What Super Server Running
RegisterLogin
Command To See What Super Server Running
Post Description: if you want to see which super server is running on your webune linux dedicated server you can use this command
Tags: command, to, see, what, super, server, running
This Post Was Posted On Feb 28, 2010 By Webune Support #3189
Post Description: if you want to see which super server is running on your webune linux dedicated server you can use this command
Tags: command, to, see, what, super, server, running
This Post Was Posted On Feb 28, 2010 By Webune Support #3189
Command To See What Super Server Running by Webune Support
ps ax | grep inetd
the output might look like this:
1991 ? Ss 0:00 xinetd -stayalive -pidfile /var/run/xinetd.pid 12938 pts/1 D+ 0:00 grep inetd
the output should include a line with either the inetd or the xinetd command. some system run neither super server. you can control servers that launch via inetd through the /etc/xinetd.conf file. this file is about a seris of lines, one of each server. it may look like this:
# This is the master xinetd configuration file. Settings in the
# default section will be inherited by all service configurations
# unless explicitly overridden in the service configuration. See
# xinetd.conf in the man pages for a more detailed explanation of
# these attributes.
defaults
{
# The next two items are intended to be a quick access place to
# temporarily enable or disable services.
#
# enabled =
# disabled =
# Define general logging characteristics.
log_type = SYSLOG daemon info
log_on_failure = HOST
log_on_success = PID HOST DURATION EXIT
# Define access restriction defaults
#
# no_access =
# only_from =
# max_load = 0
cps = 50 10
instances = 50
per_source = 10
# Address and networking defaults
#
# bind =
# mdns = yes
v6only = no
# setup environmental attributes
#
# passenv =
groups = yes
umask = 002
# Generally, banners are not used. This sets up their global defaults
#
# banner =
# banner_fail =
# banner_success =
}
includedir /etc/xinetd.d
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
©2011 Webune Forums - Tue Dec 20, 2011 6:48 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3