FADVISE(1) | User Commands | FADVISE(1) |
fadvise - utility to use the posix_fadvise system call
fadvise [-a advice] [-o offset] [-l length] filename
fadvise [-a advice] [-o offset] [-l length] -d file-descriptor
fadvise is a simple command wrapping posix_fadvise system call that is for predeclaring an access pattern for file data.
-d, --fd file-descriptor
-a, --advice advice
-o, --offset offset
-l, --length length
-h, --help
-V, --version
fadvise has the following exit status values:
0
1
Masatake YAMATO <yamato@redhat.com>
posix_fadvise(2)
For bug reports, use the issue tracker at <https://github.com/util-linux/util-linux/issues>.
The fadvise command is part of the util-linux package which can be downloaded from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.
2023-11-21 | util-linux 2.39.3 |