From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 00:53:07 2003 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 729EA37B401 for ; Thu, 17 Apr 2003 00:53:07 -0700 (PDT) Received: from slappy.plambert.net (slappy.plambert.net [167.216.255.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 033F943FAF for ; Thu, 17 Apr 2003 00:53:07 -0700 (PDT) (envelope-from plambert@plambert.net) Received: from slappy.plambert.net (localhost [127.0.0.1]) by slappy.plambert.net (8.12.6p2/8.12.6) with ESMTP id h3H7r6uX025260; Thu, 17 Apr 2003 00:53:06 -0700 (PDT) (envelope-from plambert@slappy.plambert.net) Received: (from plambert@localhost) by slappy.plambert.net (8.12.6p2/8.12.5/Submit) id h3H7r6H6025259; Thu, 17 Apr 2003 00:53:06 -0700 (PDT) Date: Thu, 17 Apr 2003 00:53:06 -0700 From: "Paul M. Lambert" To: freebsd-questions@freebsd.org Message-ID: <20030417075306.GZ71088@slappy.plambert.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: chflags "archived" flag? 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, 17 Apr 2003 07:53:07 -0000 Ok, I'm stumped. Call me stupid, but... chflags(1) and chflags(2) and chflags(3) all mention SF_ARCHIVED as a flag that the superuser can set on a file or directory. My question is simple: what's this flag do? Does it have any effect? A 'find /usr/src -type f -print | xargs grep -li SF_ARCH' gives me no new info... nothing there seems to actually be affected by the flag. So, what am I missing? What does it do? Thanks! --plambert