I tried to change directories by using backticks in Ruby. I am on Ubuntu 12.04 box and this is the error I get:
irb(main):003:0> `cd /`
(irb):3: command not found: cd /
=> ""
I run the command directly via the terminal and I change directories just fine. It also works fine on my local Mac box, so I'm not sure what is going on.