From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toula Michael Subject: CHOWN PB Date: Fri, 19 Sep 2003 00:46:47 +0200 Sender: cpufreq-bounces@www.linux.org.uk Message-ID: <3F6A35D7.8070605@wanadoo.fr> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cpufreq-bounces@www.linux.org.uk Content-Type: text/plain; charset="us-ascii"; format="flowed" To: cpufreq@www.linux.org.uk Hi, Ok here is the deal : I would like to allow users from a given group (let say the cpufreq group) to have write acces to /proc/cpufreq and /proc/sys/cpu/0/speed...I try the following : $ chown root:cpufreq /proc/cpufreq $ chmod 664 /proc/cpufreq And then... $ ls -l /proc/cpufreq ...show me that nothing changes. Any idea on how to solve this problem ? Because login as root every time I want to change the frequency is quite boring ( I would like to be able to use button of my window manager to change it), and because of that other people that use my laptop can change the frequency because they don't have the root passwd... Thx in advance... Mike