:: [DNG] Question: Why does "mkdir -p"…
Top Page
Delete this message
Reply to this message
Author: Stefan Krusche
Date:  
To: dng
Subject: [DNG] Question: Why does "mkdir -p" produce unexpected file permissions and group
Good day everyone,

I observed this behaviour of "mkdir" under /usr/local/:

$ sudo mkdir -p share/doc/subversion-book-en
$ ls -l -d share/doc/subversion-book-en
drwxr-sr-x 2 root staff 4096 Jan 25 13:10 share/doc/subversion-book-en

The same happens in a root shell. I rather expected to get this:
drwxr-xr-x 2 root root …

Why does group get the 's' bit and becomes 'staff'? Is this normal? If
yes, where is it documented?

Any hints are welcome.

Kind regards,
Stefan