From: pere.noel@... (=?ISO-8859-1?Q?P=E8re_No=EBl?=) Date: 2006-12-11T19:55:08+09:00 Subject: Dir.chdir("..") versus `cd ..` i discovered this wornig that : `cd ..` as no effect but : Dir.chdir("..") as the right effect, why isn't the first not working ? i'm surprised because i'm doing a lot using back quotes ))) `rsync ... ` OK `rm -rf / ` OK ;-) and the like... -- P�re No�l