Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to add some hostname-to-ip rules so that some hostname/domainname can be resolved locally. However, I do not have root

share|improve this question
1  
Most of the stuff outside of your home directory is owned by root for a reason. – Blender Jun 11 '12 at 6:35
Depending on what you need this for, you may be able to modify your .ssh/config file or use an HTTP proxy to solve your problem. But you're not asking for help to solve your problem, you're asking for help to implement the solution you've already decided is the right one. – ghoti Jun 11 '12 at 13:58
90% of the questions here are like that, and the ones who aren't are flagged as too broad, or too vague. And it's not off topic. As a programmer i have the same problem. Testing a webservice locally i want to point a hostname to a local ip adres on my android device to my laptop it's connected to. So my question would be exactly the same. To me this seems a situation unique to programmers. – Jeroen Dec 17 '12 at 23:02

closed as off topic by Oldskool, ghoti, cHao, bažmegakapa, Graviton Jun 12 '12 at 9:53

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

Assuming you do not have sudo rights either, ask the system administrator (the one who has root access) to modify this for you. If you have a good and legit reason for it, I don't see why he would deny.

There is no other way. (Well, none unless you want to hack your way in with local root exploits, anyway.)

share|improve this answer
But sudo provides root access, merely at a more granular level than su. The OP is asking to do this without root access. – ghoti Jun 11 '12 at 13:57

I agree with the guys above, there's no clean way of doing this. Here are some workarounds, though, courtesy of serverfault

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.