[Discuss] really odd GCC bug? under Ubuntu

Richard Pieri richard.pieri at gmail.com
Sat May 11 17:11:20 EDT 2013


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.



More information about the Discuss mailing list