LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   To lock inode structure (https://www.linuxquestions.org/questions/linux-newbie-8/to-lock-inode-structure-792770/)

saranraj 03-02-2010 10:51 PM

To lock inode structure
 
Hi
I want to lock the inode entry in the inode table from the access of any process giving inode number as the input. Again in the reverse i need to unlock the inode entry by giving inode number as input.

This i need to do because i'm securing the file,with concept that if the inode entry is locked the file cannot be accessed.

So Am i correct in the concept?
If yes give me a solution.
Thanks....

catkin 03-02-2010 11:04 PM

If your requirement is to lock the file then a good place to start reading up is here.


All times are GMT -5. The time now is 01:50 PM.