Linux Intrusion Detection System FAQ
Prev
Chapter 5. Configuring LIDS
Next
5.3. How can I hide a file/directory from everyone?
bash# lidsconf -A -o /some/file_or_directory -j DENY
Again, this will prevent even root from accessing it. And, if it is a directory, all files and directories underneath it are also hidden (within the same file system, of course).
Prev
Home
Next
OK, so how do I protect a directory as read only?
Up
How can I protect log files so they can only be appended to?