From: 90kts Date: 2008-07-28T20:19:49+09:00 Subject: Re: net-ssh and remote shell On Jul 28, 8:06 pm, unbewusst.s...@weltanschauung.com.invalid (Une Bévue) wrote: > Une Bévue wrote: > > also, I'm unable to have a command with "cd /some/path" > > > cd is a built-in, i think that's the prob. > > for example, with : > session.exec!("cd /mnt/fat;ls -Al") > > i get : > exec: 4: cd: not found > > ??? > -- > Une Bévue needle is a dependency, it will complain if you try and install net- ssh without it. for your example, just do this: session.exec!("ls -Al /mnt/fat")