On Thursday 26 August 2004 20:57, Rik van Riel wrote:
Is it possible to sufficiently hide "dirs inside files"
so that old tools will be unable to see them?
I just checked:
ls -d /foo does lstat64("/foo", ...)
ls -d /foo/ does lstat64("/foo", ...)
but
ls -d /foo/. does lstat64("/foo/.", ...)
Will it work out if "dir inside file" will only be visible when referred as "file/."?
--
vda