View Single Post
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#9
Originally Posted by prabhuferrari View Post
Thank you did that. Now am getting the message "user is not in the sudoers file. This incident will be reported."

I did cd .. twice and reached #.

tried the same there. No error. Tried this "ifconfig wlan0 | grep MTU" to figure if it was changed. Its still at 1500.

Any idea whats going on?
You should not get that error by issuing the following command:

Code:
echo ifconfig wlan0 mtu 1400 | root
Otherwise, you can use the following instead:

Code:
echo ifconfig wlan0 mtu 1400 | sudo gainroot
 

The Following User Says Thank You to 9000 For This Useful Post: