
filefrag
List of commands for filefrag:
-
filefrag:tldr:1785d filefrag: Display a report with verbose information.$ filefrag -v ${filenames}try on your machineexplain this command
-
filefrag:tldr:21017 filefrag: Display a report using a 1024 byte blocksize.$ filefrag -b ${filename}try on your machineexplain this command
-
filefrag:tldr:2cba8 filefrag: Sync the file before requesting the mapping.$ filefrag -s ${filenames}try on your machineexplain this command
-
filefrag:tldr:3608f filefrag: Display a report for space-separated list of files.$ filefrag ${filename1} ${filename2}try on your machineexplain this command
-
filefrag:tldr:59b00 filefrag: Display mapping of extended attributes.$ filefrag -x ${filenames}try on your machineexplain this command
-
filefrag:tldr:7ebe0 filefrag: Display a report for a specific file.$ filefrag ${filename}try on your machineexplain this command