From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from server1.sidns.com ([69.93.35.66]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1D1zeS-0003Vj-00 for ; Thu, 17 Feb 2005 23:22:00 -0500 Received: from dsl-202-173-132-131.nsw.westnet.com.au ([202.173.132.131] helo=localhost.localdomain) by server1.sidns.com with smtp (Exim 4.44) id 1D1zeQ-0003qZ-HG; Fri, 18 Feb 2005 04:21:59 +0000 Received: (nullmailer pid 16410 invoked by uid 1000); Fri, 18 Feb 2005 04:21:49 -0000 Date: Fri, 18 Feb 2005 15:21:23 +1100 From: Luke Yelavich To: Glenn at home , "Speakup is a screen review system for Linux\." Message-ID: <20050218042121.GA10602@localhost.localdomain> References: <00cf01c5156b$b4ff4780$6a00a8c0@desktop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00cf01c5156b$b4ff4780$6a00a8c0@desktop> User-Agent: Mutt/1.5.6+20040523i X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.sidns.com X-AntiAbuse: Original Domain - braille.uwo.ca X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - themuso.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: stopping vsftpd X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 04:22:01 -0000 On Fri, Feb 18, 2005 at 02:41:18PM EST, Glenn at home wrote: > Hello group, > I could use some suggestions on stopping VSFTPD. > I have tried sbin/service vsftpd stop > and that does not work. > I am using Debian. > There seems to be no service command in Debian. As root, you simply run the scripts in /etc/init.d directly, so it would be: # /etc/init.d/vsftpd stop Hope this helps. Luke k