Albe <[EMAIL PROTECTED]> wrote: > here is the answer > > [EMAIL PROTECTED]:~/coreutils-5.93/src# ./mkdir -p a/b/c > [EMAIL PROTECTED]:~/coreutils-5.93/src# ./ls -dgo a/b/c > drwxr-xr-x 2 48 2005-12-02 14:26 a/b/c
But you're doing that as root. Wasn't the other failure when running as non-root? Please repeat the above as non-root. If that doesn't help, then try to run the commands Bob suggested, paring down the test script as much as you can, until you isolate the first offending command. For example, change the first line to use /bin/bash rather than /bin/sh, in case your /bin/sh program has a problem that makes its built-in `cd' command fail some of the time. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
