Displaying 2 results from an estimated 2 matches for "caltest2".
2000 Jan 06
0
Strange recursive delete problem.
...ter the command has finished. Because these
files are left behind rm receives a permission denied error when attempting
to remove the directory containing the files.
We find the bug behaves in the same way each time, although we do not
understand the behaviour. I will attempt to illustrate below:
caltest2/ -- inc/ -- (files)
-- src/ -- last -- (files)
-- (files)
-- tmp/ -- (files)
-- (files)
Then, after `rm -rf caltest2':
caltest2/ -- inc/ -- (files removed, directory remains)
-- src/ -- last/ -- (files removed)
-- src/ -- (files)...
2000 Jan 14
1
Recursive delete problem (Reposted:)
...ter the command has finished. Because these
files are left behind rm receives a permission denied error when attempting
to remove the directory containing the files.
We find the bug behaves in the same way each time, although we do not
understand the behaviour. I will attempt to illustrate below:
caltest2/ -- inc/ -- (files)
-- src/ -- last -- (files)
-- (files)
-- tmp/ -- (files)
-- (files)
Then, after `rm -rf caltest2':
caltest2/ -- inc/ -- (files removed, directory remains)
-- src/ -- last/ -- (files removed)
-- src/ -- (files)...