From owner-freebsd-questions@FreeBSD.ORG Tue Jul 18 20:30:14 2006 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 D756C16A4E1 for ; Tue, 18 Jul 2006 20:30:14 +0000 (UTC) (envelope-from gs_stoller@juno.com) Received: from outbound-mail.nyc.untd.com (outbound-mail.nyc.untd.com [64.136.20.164]) by mx1.FreeBSD.org (Postfix) with SMTP id 673E143D45 for ; Tue, 18 Jul 2006 20:30:10 +0000 (GMT) (envelope-from gs_stoller@juno.com) Received: from webmail39.nyc.untd.com (webmail39.nyc.untd.com [10.141.27.179]) by smtpout06.nyc.untd.com with SMTP id AABCM4TGKANZ4942 for (sender ); Tue, 18 Jul 2006 13:30:01 -0700 (PDT) X-UNTD-OriginStamp: /s5f1SIGSI3+WdnoYQ8yRFp/6qrn+RVMVVfWONyjXti6JFl6MdXOjA== Received: (from gs_stoller@juno.com) by webmail39.nyc.untd.com (jqueuemail) id LVLCBLXE; Tue, 18 Jul 2006 13:29:23 PDT Received: from [67.84.52.37] by webmail39.nyc.untd.com with HTTP: Tue, 18 Jul 2006 20:29:20 GMT X-Originating-IP: [67.84.52.37] Mime-Version: 1.0 From: "gs_stoller@juno.com" Date: Tue, 18 Jul 2006 20:29:20 GMT To: freebsd-questions@freebsd.org X-Mailer: Webmail Version 4.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Content-Type: text/plain Message-Id: <20060718.132923.24612.361057@webmail39.nyc.untd.com> X-ContentStamp: 3:4:1180067259 X-UNTD-Peer-Info: 10.141.27.179|webmail39.nyc.untd.com|webmail39.nyc.untd.com|gs_stoller@juno.com Subject: ln -s in FreeBSD 6.1 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: Tue, 18 Jul 2006 20:30:15 -0000 In FreeBSD 6.1 , there was created a directory named /var . I created a subdirectory in it named homes , and in that more subdirectories, one per user in /home . As a plain user , I tried to create (while in my home directory) = a subdirectory named var by typing = ln -s /var/homes/me var Then I checked it by typing 'ls -l var' and got /compat/linux/var as the destination of the link. What is happening? Is this a bug in = FreeBSD 6.1 ?