diff --git a/pages/linux/filefrag.md b/pages/linux/filefrag.md index 894101fef..e5ffade50 100644 --- a/pages/linux/filefrag.md +++ b/pages/linux/filefrag.md @@ -9,7 +9,11 @@ - Display a report using a 1024 byte blocksize: -`filefrag -b {{path/to/file}}` +`filefrag -k {{path/to/file}}` + +- Display a report using a certain blocksize: + +`filefrag -b{{1024|1K|1M|1G|...}} {{path/to/file}}` - Sync the file before requesting the mapping: