GNU/Linux >> Tutoriales Linux >  >> Linux

Mostrar el historial de un archivo (lista de usuarios que han modificado un archivo)

Si no ha habilitado previamente algún tipo de auditoría, no hay una herramienta que pueda informar esto después de que se haya modificado el archivo. Puede obtener la fecha y hora de la última modificación del archivo, pero no un historial de revisiones.

En el futuro, puede instalar, configurar y habilitar el auditd paquete.

Desde el auditctl página man:

-w path
    Insert  a  watch for the file system object at path. You cannot insert
    a watch to the top level directory. This is prohibited by the  kernel. 
    Wildcards  are not supported either and will generate a warning. The way
    that watches work is by tracking the inode internally. If you place a 
    watch on a file, its the same as  using  the  -F  path  option  on a 
    syscall rule. If you place a watch on a directory, its the same as using
    the -F dir option on a syscall rule.  The  -w form  of  writing watches 
    is for backwards compatibility and the syscall based form is more
    expressive. Unlike most syscall auditing rules,  watches  do  not impact
    performance  based on the number of rules sent to the kernel. The only 
    valid options when using a watch are the -p and -k. If you  need to     
    anything fancy like audit a specific user accessing a file, then use 
    the syscall auditing form with the path or dir fields.

Hay más discusión sobre esto en la pregunta Registro de creaciones de archivos ocultos


Aquí algunas discusiones sobre la piratería con inotify para que le proporcione PID y UID.http://www.ioremap.net/node/55

Consulte también Audithttp://andries.filmer.nl/kb/Monitoring-file-system-events-with-inotify,-incron-and-authctl/129#Audit


Linux
  1. Lista de usuarios en Linux:el mejor método

  2. ¿Enumerar todos los directorios que no tienen un archivo con un nombre de archivo determinado dentro?

  3. ¿Cómo cambiar el nombre de los archivos específicamente en una lista que utilizará Wget?

  4. 3 formas de listar usuarios en Linux

  5. ver tamaño de archivo en linux

10 momentos que dieron forma a la historia de Linux

Cómo listar usuarios en Linux

Permisos de Linux:cómo encontrar los permisos de un archivo

grep una lista grande contra un archivo grande

Tener un archivo llamado ~ (tilde) en mi directorio de inicio

¿Cómo muestro nombres de archivo que contienen dos caracteres y uno de ellos es c?