From owner-freebsd-questions Tue Jun 17 23:21:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA00831 for questions-outgoing; Tue, 17 Jun 1997 23:21:05 -0700 (PDT) Received: from nic.7da.nl (root@nic.7da.nl [195.108.246.98]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA00821 for ; Tue, 17 Jun 1997 23:21:01 -0700 (PDT) Received: from dolphin.nev.ml.org (paul@dial.7da.nl [195.108.246.106]) by nic.7da.nl (8.8.5/8.8.5) with ESMTP id IAA19411; Wed, 18 Jun 1997 08:19:38 +0200 Received: from localhost (paul@localhost [127.0.0.1]) by dolphin.nev.ml.org (8.8.5/Dolphin) with SMTP id PAA00367; Tue, 17 Jun 1997 15:48:43 +0200 Date: Tue, 17 Jun 1997 15:48:43 +0200 (MET DST) From: Paul Dekkers X-Sender: paul@dolphin.nev.ml.org To: Brian Somers cc: freebsd-questions@FreeBSD.ORG Subject: Re: Restricted root In-Reply-To: <199706170008.BAA12189@awfulhak.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 17 Jun 1997, Brian Somers wrote: >> Hey >> >> Is it possible to create a user with a different / (root)? I want to >> create users that are NOT able to access the 'real' root, and get a >> limited account this way. > >man chroot Yes, but in that case it's for ALL users, or? (I think you can't run chroot as non-root) I just want some users to have a limited root... (I don't want to change the perm's of all files like those from gcc and bin's, just want to make a nice limited root for some users, not all; just like with ftp: then I can put a . in a users homedirectory... That's not possible? -=- Paul