I want to delete an executable after the process has started.
I unlink Is the use of On UNIX, no problem should be unlinked Running process executable When you unlink a file, the directory entry is removed, but all existing reference files (i.e. hard links and open handles) are issued inode and underlying data. and it works fine, but I want my execution to continue.
unlink approach correct? Is there any problem in using this approach?
Comments
Post a Comment