diff options
-rw-r--r-- | chapter07/createdirs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/createdirs.xml b/chapter07/createdirs.xml index 4c12a423f..3079ed6da 100644 --- a/chapter07/createdirs.xml +++ b/chapter07/createdirs.xml @@ -8,8 +8,8 @@ the boot scripts. These directories are created by running: <blockquote><literallayout> <userinput>cd /etc &&</userinput> - <userinput>mkdir sysconfig rc0.d rc1.d rc2.d rc3.d &&</userinput> - <userinput>mkdir rc4.d rc5.d rc6.d init.d rcS.d &&</userinput> + <userinput>mkdir rc{0,1,2,3,4,5,6,S}.d init.d + &&</userinput> <userinput>cd init.d</userinput> </literallayout></blockquote> |