From owner-freebsd-questions@FreeBSD.ORG Mon Oct 10 18:16:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9223716A41F for ; Mon, 10 Oct 2005 18:16:27 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from orb.pobox.com (orb.pobox.com [207.8.226.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4591843D46 for ; Mon, 10 Oct 2005 18:16:27 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from orb (localhost [127.0.0.1]) by orb.pobox.com (Postfix) with ESMTP id 2DE351DD9 for ; Mon, 10 Oct 2005 14:16:49 -0400 (EDT) Received: from billdog.local.linnet.org (dsl-212-74-113-66.access.uk.tiscali.com [212.74.113.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by orb.sasl.smtp.pobox.com (Postfix) with ESMTP id 0FA7187 for ; Mon, 10 Oct 2005 14:16:49 -0400 (EDT) Received: from brian by billdog.local.linnet.org with local (Exim 4.50 (FreeBSD)) id 1EP2GJ-0000Bd-Lz for freebsd-questions@freebsd.org; Mon, 10 Oct 2005 19:20:35 +0100 Date: Mon, 10 Oct 2005 19:20:35 +0100 From: Brian Candler To: freebsd-questions@freebsd.org Message-ID: <20051010182035.GA693@uk.tiscali.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Dynamic symlink? 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: Mon, 10 Oct 2005 18:16:27 -0000 Are there any clever tricks you can do such that a filesystem access to /tmp is transparently redirected to /home//tmp ? (Reason: Web server cluster. Many scripts expect to be able to store session data in /tmp. Don't want to have a free-for-all NFS mount for /tmp) Something which looks like a symlink with a dynamic target depending on the uid of the person who reads it is the sort of thing I'm looking for. Thanks, Brian.