Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030229AbWCQRqa (ORCPT ); Fri, 17 Mar 2006 12:46:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030230AbWCQRqa (ORCPT ); Fri, 17 Mar 2006 12:46:30 -0500 Received: from mail.linicks.net ([217.204.244.146]:63196 "EHLO linux233.linicks.net") by vger.kernel.org with ESMTP id S1030229AbWCQRqa (ORCPT ); Fri, 17 Mar 2006 12:46:30 -0500 From: Nick Warne To: linux-kernel@vger.kernel.org Subject: chmod 111 Date: Fri, 17 Mar 2006 17:46:18 +0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603171746.18894.nick@linicks.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 31 Hi All, First, I apologise if this isn't a kernel question, but I think it is related. Slackware 10 base, 2.6.15.6 I am normal user, in groups users and wheel. Why can I do this: nick@linuxamd:nick$ which ls /usr/bin/ls nick@linuxamd:nick$ ls -lsa /usr/bin/ls 0 lrwxrwxrwx 1 root root 12 2004-07-22 22:52 /usr/bin/ls -> ../../bin/ls nick@linuxamd:nick$ cd /bin nick@linuxamd:bin$ sudo chmod 111 ls nick@linuxamd:bin$ ls -lsa ls 76 ---x--x--x 1 root bin 72608 2004-03-16 02:08 ls I shouldn't be able to execute 'ls' as I can't read it, shouldn't it? Nick -- "Person who say it cannot be done should not interrupt person doing it." -Chinese Proverb - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/