Hi all,
I have some application, which is using some file, but if in between user deletes that backend file then application can start giving error.
How can i prevent user from deleting/cutting/renaming/blocking of usage by other applications that file.
Due to some issues i cannot change the premission of particular file.
In linux is there any command that can lock/unlock the file? So when application is using the file then, that file is locked for other applications?? OR just prevent user to cut/delete the file.
Please help me out
Thanks in advance
I have some application, which is using some file, but if in between user deletes that backend file then application can start giving error.
How can i prevent user from deleting/cutting/renaming/blocking of usage by other applications that file.
Due to some issues i cannot change the premission of particular file.
In linux is there any command that can lock/unlock the file? So when application is using the file then, that file is locked for other applications?? OR just prevent user to cut/delete the file.
Please help me out
Thanks in advance