diff --git a/reference/filesystem/functions/mkdir.xml b/reference/filesystem/functions/mkdir.xml index a6d3e88b9c..72d47b3940 100644 --- a/reference/filesystem/functions/mkdir.xml +++ b/reference/filesystem/functions/mkdir.xml @@ -36,8 +36,8 @@ permissions - The permissions are 0777 by default, which means the widest possible - access. For more information on modes, read the details + The permissions are 0777 by default, which means the widest possible + access. For more information on permissions, read the details on the chmod page. @@ -46,8 +46,8 @@ - Note that you probably want to specify the mode as an octal number, - which means it should have a leading zero. The mode is also modified + Note that you probably want to specify the permissions as an octal number, + which means it should have a leading zero. The permissions is also modified by the current umask, which you can change using umask.