From cacf9309811b11a2dd0c478377496e8492f27595 Mon Sep 17 00:00:00 2001 From: "Samson.W" Date: Mon, 3 Dec 2018 03:26:16 +0800 Subject: [PATCH] Modify prompt --- .../how_to_persistent_iptables_rules_with_debian_9.mkd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/manual-operation-docs/how_to_persistent_iptables_rules_with_debian_9.mkd b/docs/examples/manual-operation-docs/how_to_persistent_iptables_rules_with_debian_9.mkd index c6a7227..94ad473 100644 --- a/docs/examples/manual-operation-docs/how_to_persistent_iptables_rules_with_debian_9.mkd +++ b/docs/examples/manual-operation-docs/how_to_persistent_iptables_rules_with_debian_9.mkd @@ -37,8 +37,8 @@ $ sudo dpkg-reconfigure iptables-persistent or ``` -$ iptables-save > /etc/iptables/rules.v4 -$ ip6tables-save > /etc/iptables/rules.v6 +# iptables-save > /etc/iptables/rules.v4 +# ip6tables-save > /etc/iptables/rules.v6 ``` Note: User iptables-save/ip6tables-save command, save file must is above file name.