Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tsk_gettimes(1) [debian man page]

TSK_GETTIMES(1) 					      General Commands Manual						   TSK_GETTIMES(1)

NAME
tsk_gettimes - Collect MAC times from a disk image into a body file. SYNOPSIS
tsk_gettimes [-vV] [-i imgtype ] [-b dev_sector_size ] [-z zone ] [-s seconds ] image DESCRIPTION
tsk_gettimes examines each of the file systems in a disk image and returns the data about them in the MACtime body format (the same as run- ning 'fls -m' on each file system). The output of this can be used as input to mactime to make a timeline of file activity. The data is printed to STDOUT, which can then be redirected to a file. The arguments are as follows: -v verbose output to stderr -V Print version -i imgtype The format of the image file (use '-i list' for supported types) If not given, autodetection methods are used. -b dev_sector_size The size (in bytes) of the device sectors If not given, autodetection methods are used. -s seconds The time skew of the original system in seconds. For example, if the original system was 100 seconds slow, this value would be -100. -z zone The ASCII string of the time zone of the original system. For example, EST or GMT. These strings must be defined by your operating system and may vary. EXAMPLES
To collect data about image image.dd: # tsk_gettimes ./image.dd > body.txt AUTHOR
Brian Carrier <carrier at sleuthkit dot org> Send documentation updates to <doc-updates at sleuthkit dot org> TSK_GETTIMES(1)

Check Out this Related Man Page

TSK_LOADDB(1)						      General Commands Manual						     TSK_LOADDB(1)

NAME
tsk_loaddb - populate a SQLite database with metadata from a disk image SYNOPSIS
tsk_loaddb [-vVk] [-i imgtype ] [-b dev_sector_size ] [-i imgtype ] [-d output_dir ] image DESCRIPTION
tsk_loaddb loads disk information from image to a sqlite database. This database can then be used by tools in other languages for analy- sis. By default, the database is stored in the same directory as the image with ".db" appended to the name. The arguments are as follows: -d output_dir specify a directory to output the database file to (must be an existing directory) if not specified the database file will be cre- ated in the same directory as the image file -v verbose output to stderr -V Print version -k Don't create block data table. This table maps each block to the file that allocated it. This option will make this program run faster. -i imgtype The format of the image file (use '-i list' for supported types) -b dev_sector_size The size (in bytes) of the device sectors If -i or -b are not given, autodetection methods are used. EXAMPLES
To load image data from image.dd to image.dd.db: # tsk_loaddb ./image.dd AUTHOR
Brian Carrier <carrier at sleuthkit dot org> Send documentation updates to <doc-updates at sleuthkit dot org> TSK_LOADDB(1)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Embedding JPEG image to the body file

hi, I am trying to embed an image to the body of the email, but the image is not visible. echo "<html> <body> <style> body {background-color:blue} </style> <h1>hello</h1> <center> <img... (1 Reply)
Discussion started by: ATWC
1 Replies

2. Shell Programming and Scripting

Difficulty to send image in mail body.

I have jpg file in my server. I am facing difficulty while sending the image in body . appreciate your help to fix to below code. echo "--FILEBOUNDARY" echo "Content-Type: image/jpg" echo "Content-Disposition: inline; filename=\"tick.jpg\"" echo... (3 Replies)
Discussion started by: Jewel
3 Replies

3. Web Development

New Badge Timeline in Vue.js UserCP Mockup

Continuing to think Vue.js is AWESOME, we now have a new badges timeline in version 0.26 of the UserCP Mockup: https://www.unix.com/cp/index.php#/pages/badges Changes: Added Mockup from Badges timeline. Changed notifications (upper right) to use v-for: bindings. Fixes minor vue routing... (0 Replies)
Discussion started by: Neo
0 Replies