Dominik Honnef

Purging a single file from the page cache

Last modified:
by

dd if=<some file> iflag=nocache count=0 instructs the Linux kernel to drop the specified file from its page cache.