I have files in a folder and I am accessing those files via sshfs through remote locations. I just want to know if there is a way to make the files accessible by only a single user i.e if some one else has opened a file previously it should not be accessible by others(May be by changing its permissions) and when the user releases(closes) the file others can access it. Thanks in advance.
0 Answers