There is public share available for all clients. This share consist several files but one of them could be open only by one user at the same time.
I have to mention that not mounted by only one user at the same time but open for read or write.
Of course it is very simple in smb.conf to restrict amount of users mounting share at the same time but is any possibility to restrict access to single file?
I try to use
- Code: Select all
chmod 0202 file
but after accessing share from dolphin filemanager such file was not visible at all. Is any other solution to resolve the problem?