diff options
Diffstat (limited to 'chapter03/creatingdirs.xml')
-rw-r--r-- | chapter03/creatingdirs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml index 59ca1327f..543320fc4 100644 --- a/chapter03/creatingdirs.xml +++ b/chapter03/creatingdirs.xml @@ -52,7 +52,7 @@ such a way that every body (owner, group, world) can write to that directory. <userinput>cd $LFS &&</userinput> <userinput>chmod 0750 root &&</userinput> - <userinput>chmod 1777 tmp usr/tmp var/tmp</userinput> + <userinput>chmod 1777 tmp usr/tmp usr/local/tmp var/tmp</userinput> </literallayout></blockquote> |