From owner-freebsd-questions Wed Mar 12 11:34:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA05452 for questions-outgoing; Wed, 12 Mar 1997 11:34:12 -0800 (PST) Received: from luke.cpl.net ([206.85.245.131]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA05445 for ; Wed, 12 Mar 1997 11:34:06 -0800 (PST) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.5/8.7.3) with SMTP id LAA10941 for ; Wed, 12 Mar 1997 11:35:10 GMT Date: Wed, 12 Mar 1997 11:35:09 +0000 (GMT) From: Shawn Ramsey To: questions@freebsd.org Subject: /usr/bin/w? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk /usr/bin/w is being erratic on my system.. most times at root it works. Sometimes not. If I run it not as root, I get the following error: /usr/bin/w: Permission denied it has the following flags/permissions: -rwxr-xr-x 1 root bin 16384 Mar 5 17:02 w What should I do? Thanks....