Browsing Bosnian translation

71 of 1298 results
71.

advise the page cache about expected I/O patterns on the current file

Modifies kernel page cache behaviour when operating on the current file.
The range arguments are required by some advise commands ([*] below).
With no arguments, the POSIX_FADV_NORMAL advice is implied.
-d -- don't need these pages (POSIX_FADV_DONTNEED) [*]
-n -- data will be accessed once (POSIX_FADV_NOREUSE) [*]
-r -- expect random page references (POSIX_FADV_RANDOM)
-s -- expect sequential page references (POSIX_FADV_SEQUENTIAL)
-w -- will need these pages (POSIX_FADV_WILLNEED) [*]
Notes: these interfaces are not supported in Linux kernels before 2.6.
NORMAL sets the default readahead setting on the file.
RANDOM sets the readahead setting on the file to zero.
SEQUENTIAL sets double the default readahead setting on the file.
WILLNEED and NOREUSE are equivalent, and force the maximum readahead.

There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.

savjetovati cache stranice o očekivanim I / O obrascima u trenutnoj datoteci

Modificira kernel ponašanje stranice predmemorije prilikom rada na trenutnoj datoteci.
U rasponu argumenta koji su potrebni neke preporučene naredbe ([*] below).
Bez argumenata, POSIX_FADV_NORMAL preporuka se podrazumijeva.
-d -- ne trebaju ove stranice (POSIX_FADV_DONTNEED) [*]
-n -- podaci će se pristupiti jednom (POSIX_FADV_NOREUSE) [*]
-r -- očekuju reference na slučajnu stranicu (POSIX_FADV_RANDOM)
-s -- očekuju reference na sekvencijalnu stranicu (POSIX_FADV_SEQUENTIAL)
-w -- trebat će ovih stranica (POSIX_FADV_WILLNEED) [*]
Bilješke: ova sučelja nisu podržana od strane Linux kernela prije 2,6.
NORMAL postavlja zadanu postavku readahead na datoteku.
RANDOM postavlja readahead postavku na datoteku na nulu.
SEQUENTIAL postavlja dvostruku postavku readahead zadani na datoteku.
WILLNEED i NOREUSE su ekvivalent, i prisiljavaju najveći readahead.

Translated by Azra Ibrahimovic
Reviewed by Samir Ribić
Located in .././io/fadvise.c:18
71 of 1298 results

This translation is managed by Ubuntu Bosnia and Herzegovina translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.