Hope you all saw the wonderful site, Linux Ate My Ram. This is usually great, but for me it's a problem. I have a protected file that I decrypt with gpg, and then read into memory for processing. An unencrypted file is deleted after a while, but I DO NOT want this decrypted file to be stored in the Linux cache file in memory.
Is there a way to explicitly prevent saving a file from the Linux cache?
Thank!
source
share