Sujet : Re: Odd behaviour?
De : invalid (at) *nospam* invalid.invalid (Richard Kettlewell)
Groupes : comp.os.linux.miscDate : 05. Dec 2024, 17:57:20
Autres entêtes
Organisation : terraraq NNTP server
Message-ID : <wwvmshaxe33.fsf@LkoBDZeT.terraraq.uk>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
"Carlos E.R." <
robin_listas@es.invalid> writes:
The GUI filemanager is just a filemanager, and follows filemanager
rules. It displays only ONE directory, not some desktop concoction
made of several structures and directories.
Union filesystems are a thing, thought I don’t know of any reason to
think one is involved here, and I’d (possibly naively) expected unlink
calls to propagate through them to the appropriate underlying
filesystem.
I don’t have a definitive explanation for the behavior seen. Some
guesswork:
* If a file is sometimes visible and sometimes not that may reflect it
being repeatedly deleted and re-created.
* If a file is visible in one view and not another than may reflect the
views actually being different. e.g. user error about what directory
they are looking at.
* Filesystem corruption of some kind might explain any kind of weird
behavior, though (at least when running ls) you might expect some kind
of error message. The kernel log would be likely to contain
diagnostics in this case.
* A file that’s something to do with an attack may be deliberately
hidden by the attack software, but perhaps in an inconsistent way
(attackers screw up too).
-- https://www.greenend.org.uk/rjk/