>
>I recently forgot about the unlink function and had been trying to
>remove files using the less efficient system call to run "rm -f
>/path/to/files".  I found, however, that this didn't work at all.
>
>I've since replaced it with unlink and get the results one can expect to
>get so it isn't a matter of trying to find a way to get the former to
>work.  I'm just wondering what might have caused it to not work.
>

Do you mean it can remove a file by "unlink" but can't remove the same file by 
"rm -f"?
There're some items I can think:
1) privilege problems
2) "rm" 's path problems
3) Is "rm" an alias? (see 'alias' command's output).

--
http://home.arcor.de/jeffpang/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to