On Mon, Apr 12, 2010 at 5:59 PM, narendra sisodiya narendra.sisodiya@gmail.com wrote:
hey i am try to run this command
gksu -u root "echo 'nameserver 8.8.8.8' >> /etc/resolv.conf"
but this is not working , can anybody look into it
PS: i know su -c can work but i do not want that
How about  gksu -u root "sh -c 'echo nameserver 8.8.8.8 >> /etc/resolv.conf' "
Vaibhav