All Questions
1 question
3
votes
1
answer
2k
views
Will an `unlink` or `rename` portably and atomically make a `link` fail?
Question
Suppose I have some non-directory (file, named pipe/socket, whatever) at the pathname /tmp/foo and some other non-directory at the pathname /tmp/bar. Then two (or more) processes start ...