From owner-freebsd-questions@FreeBSD.ORG Fri Apr 15 00:33:43 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 781F816A4CE for ; Fri, 15 Apr 2005 00:33:43 +0000 (GMT) Received: from titan.open-networks.net (dsl-202-173-176-254.qld.westnet.com.au [202.173.176.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99A6343D39 for ; Fri, 15 Apr 2005 00:33:42 +0000 (GMT) (envelope-from timothy@open-networks.net) Received: from [192.168.1.200] (unknown [192.168.1.1]) by titan.open-networks.net (Postfix) with ESMTP id 22826A87 for ; Fri, 15 Apr 2005 10:33:40 +1000 (EST) Message-ID: <425F0BE3.7000508@open-networks.net> Date: Fri, 15 Apr 2005 10:33:39 +1000 From: Timothy Smith User-Agent: Mozilla Thunderbird 0.8 (X11/20041023) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: grappling with users X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2005 00:33:43 -0000 whats the correct method of creating a deamon user account, which you can use to start a deamon process but can't be logged into. so far i have not seen a single good explaination or example of this below is my svn user, who has /sbin/nologin, but can't be used because it runs the no login shell. whats the correct way to do this? %su svn -c "svnadmin create /usr/local/svn/PubWare" This account is currently not available.