From owner-freebsd-questions@FreeBSD.ORG Thu Aug 26 13:08:54 2004 Return-Path: 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 B11D116A4CE for ; Thu, 26 Aug 2004 13:08:54 +0000 (GMT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1794143D6A for ; Thu, 26 Aug 2004 13:08:54 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp137-206.lns1.adl2.internode.on.net [150.101.137.206])i7QD8p4Y088630; Thu, 26 Aug 2004 22:38:51 +0930 (CST) From: Malcolm Kay Organization: at home To: Mipam , freebsd-questions@freebsd.org Date: Thu, 26 Aug 2004 22:39:08 +0930 User-Agent: KMail/1.5.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408262239.08015.malcolm.kay@internode.on.net> Subject: Re: cannot remove own file from tmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 13:08:54 -0000 On Thursday 26 August 2004 19:48, Mipam wrote: > Hi, > > I have a system where tmp is a symlink to /var/tmp > The permissions or /var/tmp are as follows: > (doing a ls -l in /tmp): > drwxrwxrwt 3 root wheel 512 Aug 26 11:48 tmp > This seems rather strange. If you are actually in /tmp (I take it you mean by 'cd /tmp') then % ls -l should not report a tmp directory unless you have another tmp as a subdirectory of /tmp i.e. /tmp/tmp If you are actually in the root directory and /tmp is a truly symbolic link to /var/tmp then 'ls -l' should report something like: l????????? ? root wheel ?? Aug 26 11:48 tmp -> /var/tmp Please check your information. Malcolm > in tmp is created a file test: > > ls -lo test > > -rw-rw-r-- 1 mipam wheel - 8 Aug 26 11:46 test > > However, i cannot remove this file as mipam eventhough i own it. > No chflags have been said as can be seen. > How is this possible, why can i not remove a file in here eventhough > i created it myself and own it myself? > Bye, > > Mipam. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"