diff options
Diffstat (limited to 'chapter05/setting-environment.xml')
-rw-r--r-- | chapter05/setting-environment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/setting-environment.xml b/chapter05/setting-environment.xml index 9ee0477d4..9dab20f14 100644 --- a/chapter05/setting-environment.xml +++ b/chapter05/setting-environment.xml @@ -14,7 +14,7 @@ export LFS LC_ALL CC EOF source ~/.bash_profile</userinput></screen></para> -<para>This profile sets the umask to 022, so newly created files will and +<para>This profile sets the umask to 022, so newly created files and directories will have the correct permissions. To be more specific, only the file owner will have write permission to new files and directories. Other users of the system will be have read permission, and executable |