From owner-freebsd-questions Mon Jun 5 19:47:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from almazs.pacex.net (dns1.pacex.net [209.189.111.246]) by hub.freebsd.org (Postfix) with ESMTP id 75DDA37B7DB for ; Mon, 5 Jun 2000 19:47:27 -0700 (PDT) (envelope-from danielb@pacex.net) Received: from almazs.pacex.net (almazs.pacex.net [209.189.111.246]) by almazs.pacex.net (8.9.3/8.9.3) with ESMTP id TAA00513 for ; Mon, 5 Jun 2000 19:47:29 -0700 (PDT) Date: Mon, 5 Jun 2000 19:47:29 -0700 (PDT) From: "Dan B. " To: freebsd-questions@freebsd.org Subject: How to remove a 'sticky bit' Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks; ls -la /usr/libexec/mail.local gives me: -r-sr-xr-s 1 root wheel 15040 .... /usr/libexec/mail.local as root I did: chmod 0 /usr/libexec/mail.local and I get the error: chmod: /usr/libexec/mail.local: Operation not permited how do i chmod this file? Thanks Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message