diff options
Diffstat (limited to 'chapter07/network.xml')
-rw-r--r-- | chapter07/network.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/network.xml b/chapter07/network.xml index 7df7ae82e..dc4f05a8f 100644 --- a/chapter07/network.xml +++ b/chapter07/network.xml @@ -109,8 +109,8 @@ <para>The following command creates a sample <filename>ipv4</filename> file for the <emphasis>eth0</emphasis> device:</para> -<screen><userinput>cd /etc/sysconfig/network-devices && -mkdir -v ifconfig.eth0 && +<screen><userinput>cd /etc/sysconfig/network-devices +mkdir -v ifconfig.eth0 cat > ifconfig.eth0/ipv4 << "EOF" <literal>ONBOOT=yes SERVICE=ipv4-static |