On 11 July 2013, at 19:58, meino.cra...@gmx.de wrote: > ... > beaglebone:/root>Krm -v > rm: remove regular empty file ‘/tmp/foobar123’? yes > removed ‘/tmp/foobar123’ > ... > > Everything was done as root.
I think this is the output of `rm -vi $file` not `rm -v $file` - this suggests you have at least one alias enabled. This is probably a red herring, but I would try everything again ensuring no aliases or other user shell customisations enabled. Stroller.