Hello, I just noticed that when executing
`install -d -o user -g user m/a/b` as root, only the last directory "b" will have set owner:group to user:user. The leading directories "m" and "a" will be owned by root, given that they don't exist when the command is executed. Tested with GNU coreutils 8.31. Is this intended behavior? Thanks. -- Merlin Büge