Hi. On Sun, May 17, 2020 at 01:04:23PM +0300, aprekates wrote: > In Buster lsof wont report anything > > $ sudo lsof > lsof: WARNING: can't stat() fuse file system /run/user/1000/doc > Output information may be incomplete.
Most likely this fuse filesystem was not mounted with "allow_other" option. Its contents is inaccessble to root, hence lsof behaviour is expected. Do you really need "*sudo* lsof"? Ordinary lsof will do its job just fine as long as it's your user's processes that you're interested in. Reco