Is it correct?

$ echo "0x7fffffff" | sudo tee /proc/sys/kernel/shmmax
[sudo] password for roberto:
0x7fffffff
$

It should write 0x7ffffff?

The idea wasn't to change the shmmax file?

Tks!

On Sat, Jun 21, 2008 at 7:16 AM, Andreas Hermann Braml <[EMAIL PROTECTED]>
wrote:

> Hi!
>
> On Friday 20 June 2008 23:15:35 Roberto Tavares wrote:
> > The idea is to run
> >
> > sudo su -c 'echo "0x7fffffff" > /proc/sys/kernel/shmmax'
>
> For future reference, the sudo'ian way to accomplish things like this is:
>
> echo "0x7fffffff" | sudo tee /proc/sys/kernel/shmmax
>
>
> pseudoruprecht
> --
> My 5 today: #232095 (dolphin)
> Do 5 a day - every day! https://wiki.ubuntu.com/5-A-Day
>
>

Reply via email to