Sujet : Re: Files tree
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.miscDate : 13. Apr 2024, 01:05:29
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <uvci89$2kbfj$4@dont-email.me>
References : 1
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Fri, 12 Apr 2024 13:39:34 +0100, James Harris wrote:
You'll see I made some choices such as to omit files from /proc but not
from /dev, for example, to record any lost+found contents, to record
mounted filesystems, to show just one level of /tmp, etc.
If you want a list of mounted filesystems, you can either read from
/proc/mounts or use the “findmnt” command (Linux-specific).