From 0b42ba24acd527fa85dee82afed0cb39bd8c9e71 Mon Sep 17 00:00:00 2001 From: Johan Redestig Date: Sun, 15 Mar 2015 17:39:41 +0100 Subject: [PATCH] Document mkdir behavioural change Since 27164dc mkdir will update mode, owner and group even if the directory exists already Change-Id: Ic37975d118a87afded5bfade775cb3d0d3b19892 --- init/readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init/readme.txt b/init/readme.txt index 66b4a4fa3..368eba191 100644 --- a/init/readme.txt +++ b/init/readme.txt @@ -205,7 +205,8 @@ loglevel mkdir [mode] [owner] [group] Create a directory at , 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 [ ]* [] Attempt to mount the named device at the directory