I would like to be able to give the impression of the presence of files and directories (for example, the ls command should list them, or the cd command should make it possible to navigate directories), but redirect the reading, writing, deleting, .. commands to the program that processes them ( and, for example, saves, returns, deletes database data). Is it possible?
source
share