diff options
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r-- | chapter06/creatingdirs.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml index 1a2783916..382b1e504 100644 --- a/chapter06/creatingdirs.xml +++ b/chapter06/creatingdirs.xml @@ -24,6 +24,8 @@ mkdir -pv /usr/{,local/}share/man/man{1..8} for dir in /usr /usr/local; do ln -sv share/{man,doc,info} $dir done +ln -sv lib /lib64 +ln -sv lib /usr/lib64 mkdir -v /var/{lock,log,mail,run,spool} mkdir -pv /var/{opt,cache,lib/{misc,locate},local}</userinput></screen> |