Gentoo Archives: gentoo-user

From: Norberto Bensa <nbensa@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] SSH fixed; now su doesn't work
Date: Mon, 15 Sep 2008 03:20:47
Message-Id: 20080915002039.5x59e329s0kk0k4c@mail.bensa.ar
In Reply to: Re: [gentoo-user] SSH fixed; now su doesn't work by Iain Buchanan
1 Quoting Iain Buchanan <iaindb@××××××××××××.au>:
2 > sudo echo performance > /sys/devices/system/cpu/cpu0/cpufreq scaling_governor
3 >
4 > won't work because the redirection is done as the user :)
5
6 echo performace | sudo tee /sys/devices/system/cpu/cpu0/cpufreq
7 scaling_governor
8
9
10 now it does :-P
11
12
13
14
15
16 ----------------------------------------------------------------
17 This message was sent using IMP, the Internet Messaging Program.

Replies

Subject Author
Re: [gentoo-user] SSH fixed; now su doesn't work Iain Buchanan <iaindb@××××××××××××.au>