diff options
author | Elliott Hughes <enh@google.com> | 2015-03-15 22:34:16 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-03-15 22:34:16 +0000 |
commit | cbcc2e3b22a9f5feab16328d1900b9ab00525e6f (patch) | |
tree | c4cd17596691d2905feb66a2cb6d5c1f8c2a0739 /init | |
parent | a2ae0abcc5381a222cf7ae53d8b485d3db0f6b99 (diff) | |
parent | 33d848742e0e401e556dce1ccec0e43d2288ab37 (diff) | |
download | system_core-cbcc2e3b22a9f5feab16328d1900b9ab00525e6f.zip system_core-cbcc2e3b22a9f5feab16328d1900b9ab00525e6f.tar.gz system_core-cbcc2e3b22a9f5feab16328d1900b9ab00525e6f.tar.bz2 |
am 33d84874: am c353c912: Merge "Document mkdir behavioural change"
* commit '33d848742e0e401e556dce1ccec0e43d2288ab37':
Document mkdir behavioural change
Diffstat (limited to 'init')
-rw-r--r-- | init/readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init/readme.txt b/init/readme.txt index 66b4a4f..368eba1 100644 --- a/init/readme.txt +++ b/init/readme.txt @@ -205,7 +205,8 @@ loglevel <level> mkdir <path> [mode] [owner] [group] Create a directory at <path>, optionally with the given mode, owner, and group. If not provided, the directory is created with permissions 755 and - owned by the root user and root group. + owned by the root user and root group. If provided, the mode, owner and group + will be updated if the directory exists already. mount <type> <device> <dir> [ <flag> ]* [<options>] Attempt to mount the named device at the directory <dir> |