Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dff(1) [debian man page]

DFF(1)								   User Commands							    DFF(1)

NAME
dff - A powerful, efficient and modular digital forensics tool. SYNOPSIS
dff [options] DESCRIPTION
Digital Forensics Framework dff is a simple but powerful open source tool with a flexible module system which will help you in your digital forensics works, including files recovery due to error or crash, evidence research and analysis, etc. The source code is written in C++ and Python, allowing performances and great extensibility. OPTIONS
-v --version display current version -g --graphical launch graphical interface -t --test=NAME start a specific test -l --language=LANG use LANG as interface language, available: es, en, fr. -h, --help display this help message -d, --debug redirect IO to system console --verbose=LEVEL set verbosity level when debugging, available LEVEL: 0 to 3 -c, --config=FILEPATH use config file from given FILEPATH -b, --batch=FILEPATH launch batch file at start (list of shell commands) from FILEPATH SEE ALSO
Project's wiki with up-to-date documentation for dff is provided at this url: http://wiki.digital-forensic.org/. Embeded help is also available through the Help menu in dff. dff version 0.9 February 2011 DFF(1)

Check Out this Related Man Page

CLOCK(1)						      General Commands Manual							  CLOCK(1)

NAME
clock - display the time in an icon or window SYNOPSIS
clock AVAILABILITY
This command is available with the OpenWindows environment. For information about installing OpenWindows, refer to the OpenWindows Instal- lation and Start-Up Guide. DESCRIPTION
clock is an OpenWindows XView utility that displays the current time in a window or icon. When the window is open, clock can display the time in either analog or digital format. The clock window is scalable in either format. USAGE
When the clock window is open, it has a floating menu from which you can bring up a property window. From this property sheet, you can modify the display of the tool by selecting either the Analog or Digital choice box. Seconds: On the analog version, this selection starts a second hand on the face of the clock. On the digital version, it adds two dig- its to the digital readout. Date: Turns on a date display for both analog and digital versions of clock. BUGS
If you reset the system time, clock will not reflect the new time until you change its window state from open to icon, or vice versa. To reset the system time, see date (1V). The date display does not go well with the round clock face. Occasionally, when clock is uncovered, the face will be visually corrupted. Use the Refresh button from the frame menu to repair. 11 June 1990 CLOCK(1)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Jumpstart?

I have been asked to research Jumpstart and don't know where to begin! Any ideas would be much appreciated! Thanks! :-) (1 Reply)
Discussion started by: avana100
1 Replies

2. Programming

What's the different between C and C++?

Since I am a bad student (always sleep in class), I don't quite remember how my professor talked about the differences between Object-oriented programming and Structured (or procedual) programming. What I understand is it: Structured programming combines a series interacting functions... (7 Replies)
Discussion started by: HOUSCOUS
7 Replies

3. Shell Programming and Scripting

Diffeerences files

Hi, I have two files and and when comparing getting lot of differences ,I would like to know sample 5 comparison records with column names dff -iw file1 file2 --It will gives the not matching records but If not matching records are very huge ,i need sample 5 records which not matching with... (0 Replies)
Discussion started by: mohan705
0 Replies

4. Shell Programming and Scripting

sed or awk

Hi all, Been a long while since I've been here and the changes look great.:b: Have a simple task that has been raised due to meeting PCI AND ISO standards. We currently keep a copy of all FTP/SFTP batch scripts just in case we need to view them, they are overwritten with each run, but we... (11 Replies)
Discussion started by: Cameron
11 Replies

5. UNIX for Dummies Questions & Answers

Variable not found error

Hi, I get a "FILEPATH: not found" error on the 3rd line and the line where it is within the case. Any idea as to why I'm getting this error time and time again? Oh and FILEPATH will store the directory of the file. I appreciate any help! IAM=`basename $0` RC=0 FILEPATH = ""... (1 Reply)
Discussion started by: MIA651
1 Replies

6. UNIX for Dummies Questions & Answers

Deleting the unwanted data based on condition

hi i have my input data like this aaa bbb ccc asa dff nmj mnj saa dff oik aax cdx saa oik asq sdf dssi want my output file to be like this mnj saa dff oik aax cdx saa oiki want to retain only those lines which will have oik just below them and i want oik to be as next column to those... (1 Reply)
Discussion started by: anurupa777
1 Replies