mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2026-06-19 22:28:17 +02:00
add arp testfiles
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
Address HWtype HWaddress Flags Mask Iface
|
||||
gateway ether 00:50:56:f7:4a:fc C ens33
|
||||
192.168.71.254 ether 00:50:56:fe:7a:b4 C ens33
|
||||
Entries: 2 Skipped: 0 Found: 2
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
Address HWtype HWaddress Flags Mask Iface
|
||||
gateway ether 00:50:56:f7:4a:fc C ens33
|
||||
192.168.71.254 ether 00:50:56:fe:7a:b4 C ens33
|
||||
Vendored
+2
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
arp > arp.out
|
||||
arp -v > arp-v.out
|
||||
df > df.out
|
||||
df -h > df-h.out
|
||||
env > env.out
|
||||
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
Address HWtype HWaddress Flags Mask Iface
|
||||
192.168.71.254 ether 00:50:56:fe:7a:b4 C ens33
|
||||
_gateway ether 00:50:56:f7:4a:fc C ens33
|
||||
Entries: 2 Skipped: 0 Found: 2
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
Address HWtype HWaddress Flags Mask Iface
|
||||
192.168.71.254 ether 00:50:56:fe:7a:b4 C ens33
|
||||
_gateway ether 00:50:56:f7:4a:fc C ens33
|
||||
Reference in New Issue
Block a user