[networking-guide] master: cat /sys/class does not require root (314bd71)

stephenw at fedoraproject.org stephenw at fedoraproject.org
Wed Sep 3 19:57:16 UTC 2014


Repository : http://git.fedorahosted.org/cgit/docs/networking-guide.git

On branch  : master

>---------------------------------------------------------------

commit 314bd7161eb63f99c065173f5a591886d387ad8e
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Wed Sep 3 21:55:22 2014 +0200

    cat /sys/class does not require root


>---------------------------------------------------------------

 en-US/Configure_Network_Bonding.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/en-US/Configure_Network_Bonding.xml b/en-US/Configure_Network_Bonding.xml
index c5c3fed..2c13a25 100644
--- a/en-US/Configure_Network_Bonding.xml
+++ b/en-US/Configure_Network_Bonding.xml
@@ -517,7 +517,7 @@ Then when complete, bring up all the slaves, which will bring up the bond (provi
 4: bond0: &lt;BROADCAST,MULTICAST,MASTER,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UP mode DEFAULT
     link/ether 52:54:00:38:a6:4c brd ff:ff:ff:ff:ff:ff</screen>
         <para>To view all existing bonds, even if they are not up, run:</para>
-        <screen>~]#&nbsp;<command>cat /sys/class/net/bonding_masters</command>
+        <screen>~]$&nbsp;<command>cat /sys/class/net/bonding_masters</command>
 bond0</screen>
         <para>You can configure each bond individually by manipulating the files located in the <filename>/sys/class/net/bond<replaceable>&lt;N&gt;</replaceable>/bonding/</filename> directory. First, the bond you are configuring must be taken down:</para>
         <screen>~]#&nbsp;<command>/usr/sbin/ifdown bond0</command>



More information about the docs-commits mailing list