On Tue 11 Jul 2017 at 22:29:45 (+0200), Kaj Persson wrote:
[...]
> I see nothing which gives me an idea of what is wrong. Are there any
> more files or directories to look at? In /etc perhaps?

I don't know whether this would be useful, but

# find / -mount -not -group 0 -exec ls -ld {} \; -o -not -user 0 -exec ls -ld 
{} \; | less

or

$ find ~ -mount -not -group 1000 -exec ls -ld {} \; -o -not -user 1000 -exec ls 
-ld {} \;

might be useful (where 1000 is the typical UID of the First User).
The latter would usually be expected to produce no output, the former
will produce some, depending on where /var, /tmp etc are mounted.

Cheers,
David.

Reply via email to