Is the ln(create hardlink) command atomic on AIX?

亡梦爱人 提交于 2020-01-25 07:08:06

问题


Is the ln(create hardlink) command atomic on AIX?

The problem is that there are two processes running and the process that creates the hardlink is not the same process that reads it. I want to ensure that the second process will not run into trouble with partially created hardlinks if there is such a thing. See also: Copy or move file into directory with parallel processing from another process

来源:https://stackoverflow.com/questions/59894407/is-the-lncreate-hardlink-command-atomic-on-aix

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!