FG
💻 Software

How to turn off ASLR in Ubuntu 9.10

Fresh5 days ago
Mar 15, 202614845 views
Confidence Score0%
0%

Problem

I want to turn off ASLR on my own PC. But each time I type "sudo echo 0 > /proc/sys/kernel/randomize_va_space", the system shows that "Permission denied". How can I make it work? By the way, my OS kernel is 2.6.30. Hope anyone can give me a hand. Regards.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to turn off ASLR in Ubuntu 9.10

Low Risk

This is a common problem with sudo and shell redirection. The "sudoness" doesn't propagate past the redirection. One way to get around it is

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment