-i | list of directories to scan ( recursive ). Relative or absolute paths can be used. |
-a | hash algorithm to use when creating checksums of files. Currently, the only supported hash algorithms are MD5 and SHA. For example, to run osiris on the current directory using md5, do: osiris -i . -o left.osi -a MD5 The default algorithm used is MD5. |
-o | path to store the database file created. For example: /tmp/left.osi. This field is required. |
-v | dump output to console, default if -o is not used. This will display what is written to the database. If you wish to only see what is written to the database you can use the -q -v options. This forces all output to the console, only the material written to the database is shown, errors and results are not. |
-h | display the usage and syntax message. |
-q | quiet mode, not output to console, except in the case of database overwrite prompts. |
-x | log -only- those files with the executable bit set. This logs only those files that are executable, suid, or guid. |
-l | traverse symlinks to other directories. This can be dangerous if you have a sequence of loops that are circular in fashion. It is possible for osiris to continue until the database becomes too large for the disk, or memory resources are exhausted. |
-O | no prompt for database overwrite ( use with -q guarantees no console output ). This will overwrite any existing databases without prompting. |
-psychonazi | this mode will log every single file that can be opened. Use with caution. |