From b3903ef4be842b35b218fb7680d14adc685f942b Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 23 May 2025 18:36:51 +0300 Subject: [PATCH] fincore, fadvise: refer to each other (#16570) --- pages/linux/fadvise.md | 5 +++-- pages/linux/fincore.md | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/linux/fadvise.md b/pages/linux/fadvise.md index c720177430..9fe0d415bd 100644 --- a/pages/linux/fadvise.md +++ b/pages/linux/fadvise.md @@ -1,11 +1,12 @@ # fadvise > Control Linux file caching behavior. +> See also: `fincore`. > More information: . -- Preload a file into cache: +- Preload a file or directory into cache: -`fadvise {{[-a|--advice]}} willneeded {{path/to/file}}` +`fadvise {{[-a|--advice]}} willneeded {{path/to/file_or_directory}}` - Suggest dropping a file from cache: diff --git a/pages/linux/fincore.md b/pages/linux/fincore.md index a435839516..0763d9bf5b 100644 --- a/pages/linux/fincore.md +++ b/pages/linux/fincore.md @@ -1,6 +1,7 @@ # fincore > Display how much cache memory a file is taking. +> See also: `fadvise`. > More information: . - Display cache details for a file: