Bill Bogstad wrote: > ls: cannot access foo/bar: Permission denied Precisely. You get a different error if the file is unreadable than you get when it doesn't exist: $ mkdir foo $ echo bar >foo/bar $ mv foo foo.old $ cat foo/bar cat: foo/bar: No such file or directory -- Rich P.