From owner-freebsd-questions@FreeBSD.ORG Thu Dec 21 13:04:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45C4A16A521 for ; Thu, 21 Dec 2006 13:04:19 +0000 (UTC) (envelope-from maslak@ihlas.net.tr) Received: from pop3.ihlas.net.tr (smtp.ihlas.net.tr [213.238.128.249]) by mx1.freebsd.org (Postfix) with SMTP id 8016F13C512 for ; Thu, 21 Dec 2006 13:03:50 +0000 (UTC) (envelope-from maslak@ihlas.net.tr) Received: (qmail 42463 invoked by uid 89); 21 Dec 2006 10:17:25 -0000 X-Mail-Scanner: Scanned by qSheff-II-2.1 (http://www.enderunix.org/qsheff/) Received: from unknown (HELO ihlasnetym) (213.238.150.220) by 0 with SMTP; 21 Dec 2006 10:17:25 -0000 Message-ID: <06c401c724e9$044725e0$dc96eed5@ihlasnetym> From: "Halid Faith" To: Date: Thu, 21 Dec 2006 12:16:01 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to change users rights for a symboliked file. 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: Thu, 21 Dec 2006 13:04:19 -0000 I use Freebsd6.1. I want to give a symbolic link for a directory with ln -s as below; cd / ln -s /var/tmp/ tmp2 ls -l /var/tmp lrwxr-xr-x 1 root wheel 14 Dec 21 10:12 tmp -> /var/tmp I change write of user and group but i can't that. chmod 777 tmp2 ls -l tmp2 lrwxr-xr-x 1 root wheel 14 Dec 21 10:12 tmp -> /var/tmp Why don't I able to change user rights of tmp2 ?