Unix for Beginners
Unix Shell Programming
Advanced Unix
Unix Useful References
Unix Useful Resources
Selected Reading
© 2011 TutorialsPoint.COM
|
filefrag - Unix, Linux Command
NAME
filefrag - report on file fragmentation
SYNOPSIS
filefrag [
-v ]
[
files... ]
DESCRIPTION
filefrag reports on how badly fragmented a particular file might be. It makes
allowances for indirect blocks for ext2 and ext3 filesystems, but can be
used on files for any filesystem.
OPTIONS
Tag | Description |
-v |
Be verbose when checking for file fragmentation.
|
AUTHOR
filefrag was written by Theodore Tso <tytso@mit.edu>.
|
|
|