Suppose there are many users in a Linux cluster, each of them has his own HOME directory under /home/xxx, with xxx being his user name (or account). If the initial system configuration allows these users to visit any of these home directories besides their own, is there any way for a user to know who visited his home folder? Such external access from the other users may not result in any change to the local files, for example, viewing or copying a file. Is there any log file or tool that can actually monitor these activities?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Use Linux auditing subsystem - see |
|||||||||
|
|
If you don't want your files copied, disable group/other read/execute access to your $HOME: |
|||
|
|
linux file access auditing) seems to indicate that there exists some possibility to do this on Linux, but I haven't looked very closely at it. – Michael Kjörling Jan 23 at 9:45