From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stone Subject: Re: telnet server,ftp server Date: Tue, 5 Oct 2004 09:36:34 -0700 Sender: linux-admin-owner@vger.kernel.org Message-ID: References: <1096961228.1244.43.camel@kaushal> Reply-To: Stone Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1096961228.1244.43.camel@kaushal> List-Id: Content-Type: text/plain; charset="us-ascii" To: admin > What is the diff. between :[sf@df]#service httpd start > and the command > [sdf@sdfd]#httpd The former runs the init script (/etc/init.d/ or somewhere similar depending on your system) that starts HTTPD. It may do more than just start the daemon, for example, it may specify a config file, empty a log file, add a virtual IP to your NIC, or anything else that needs to be done. The only way to know what it actually does is to read the init script. The latter simply runs the daemon. -- http://xstonedogx.heroesmarket.net