From 152f387c54929c7159ffd0e0f935365ef76ec672 Mon Sep 17 00:00:00 2001 From: Joe <30220172+Joe-Lalama@users.noreply.github.com> Date: Tue, 22 Jan 2019 20:42:56 -0500 Subject: [PATCH] ifconfig (#24636) * ifconfig added an explanation of the ifconfig command. * added title, correct folder/filename --- guide/english/bash/bash-ifconfig/index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 guide/english/bash/bash-ifconfig/index.md diff --git a/guide/english/bash/bash-ifconfig/index.md b/guide/english/bash/bash-ifconfig/index.md new file mode 100644 index 0000000000..5d67fc88bd --- /dev/null +++ b/guide/english/bash/bash-ifconfig/index.md @@ -0,0 +1,7 @@ +--- +title: Bash ifconfig +--- + +## Bash Command: ifconfig + +`ifconfig` - this command will display the ip address and subnet mask of your system.