From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 13:13:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E08F1065670 for ; Fri, 11 Apr 2008 13:13:26 +0000 (UTC) (envelope-from norman@apache.org) Received: from vs159071.vserver.de (hiphopcorner.de [62.75.159.71]) by mx1.freebsd.org (Postfix) with ESMTP id 00AFF8FC15 for ; Fri, 11 Apr 2008 13:13:25 +0000 (UTC) (envelope-from norman@apache.org) Received: from [10.43.1.190] (unknown [62.12.12.3]) by vs159071.vserver.de (Postfix) with ESMTP id CFDD0BE8578 for ; Fri, 11 Apr 2008 13:13:24 +0000 (UTC) From: Norman Maurer To: freebsd-questions Content-Type: text/plain Date: Fri, 11 Apr 2008 15:13:16 +0200 Message-Id: <1207919596.3113.1.camel@norman-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 Content-Transfer-Encoding: 7bit Subject: zfs list and non-root user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2008 13:13:26 -0000 Hi all, is it normal that I can't do a 'zfs list' ( for example ) as non-root user ? $ zfs list internal error: failed to initialize ZFS library I think there is really a use case for use some zfs commands as non-root user.. Thx Norman