logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

i-ls - display file stat and checksum information for files

Author

       Ed L Cashin <ecashin@users.sourceforge.net>

       See the integrit web site for up to date releases and information at

           http://integrit.sourceforge.net/

Description

       The integrit system detects intrusion by detecting when trusted files have been altered.

       integrit records information about files in a database.  i-ls allows the user to see that information for
       live files.

       The output syntax is the same as that of integrit.

Examples

            i-ls /tmp/foo.txt

       shows file stat attributes for the file, "/tmp/foo.txt".

            i-ls /tmp

       shows file stat attributes for all files in the directory, "/tmp".

            i-ls -s /tmp

       shows file stat attributes for all files in the directory, "/tmp", also including also checksums for  all
       regular files.

Name

       i-ls - display file stat and checksum information for files

See Also

IntegritFileVerificationSystemManual (info), lstat(2)

Version 4.1                                       Jul 27, 2001                                           i-ls(1)

Synopsis

i-ls [-s] filenamei-ls [-s] dirname

       Specify  a  filename for i-ls to examine, or specify a directory with dirname to examine all the files in
       the directory.

       -s

              Do not show/calculate checksums for all regular files.

See Also