From owner-freebsd-questions Mon Apr 16 9:19:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 7086737B422 for ; Mon, 16 Apr 2001 09:19:44 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id 2A75555407; Mon, 16 Apr 2001 09:14:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 190E051610; Mon, 16 Apr 2001 09:14:35 -0700 (PDT) Date: Mon, 16 Apr 2001 09:14:35 -0700 (PDT) From: Linh Pham To: "Christopher J. Umina" Cc: Subject: Re: FTP Accounts In-Reply-To: <001201bfa888$3e1c1670$6401a8c0@fritzilldo> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 2000-04-17, Christopher J. Umina scribbled: # Is there any way to make FTP-Only accounts on the server? I have users # but some I don't want to have shell access.. Just set their shell to /sbin/nologin and that will reject any attempts to login to a shell. You can do that by running: chsh -s /sbin/nologin username -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message