diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-16 12:36:16 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-16 12:36:16 +0000 |
commit | 846a39438929b109cd1226d4a72ad6efae72e4fd (patch) | |
tree | d6aab751ad1654e6d38cf0e8807a9a0a1b5383ba /chapter03/creatingdirs.xml | |
parent | 72ab90ce8257b3973c871ef8b83b20e00e12a162 (diff) |
Added permissions to usr/local/tmp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@184 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |