table of contents
FADVISE(1) | Dienstprogramme für Benutzer | FADVISE(1) |
BEZEICHNUNG¶
fadvise - Dienstprogramm zur Verwendung des Systemaufrufs posix_fadvise
ÜBERSICHT¶
fadvise [-a Vordeklaration] [-o Versatz] [-l Länge] Dateiname
fadvise [-a Vordeklaration] [-o Versatz] [-l Länge] -d Dateideskriptor
BESCHREIBUNG¶
fadvise ist ein einfacher Befehl, der auf dem Systemaufruf posix_fadvise(2) aufsetzt, welcher zur Vordeklaration eines Zugriffsmusters für Dateidaten gedacht ist.
OPTIONEN¶
-d, --fd Dateideskriptor
-a, --advice Vordeklaration
-o, --offset Versatz
-l, --length Länge
-h, --help
-V, --version
EXIT-STATUS¶
fadvise gibt die folgenden Rückgabewerte aus:
0
1
AUTOREN¶
Masatake YAMATO <yamato@redhat.com>
SIEHE AUCH¶
FEHLER MELDEN¶
For bug reports, use the issue tracker <https://github.com/util-linux/util-linux/issues>.
VERFÜGBARKEIT¶
Der Befehl fadvise ist Teil des Pakets util-linux, welches aus dem Linux-Kernel-Archiv <https://www.kernel.org/pub/linux/utils/util-linux/> heruntergeladen werden kann.
2025-04-02 | util-linux 2.41 |