mirror of
https://github.com/m8tin/cis.git
synced 2025-12-06 07:48:26 +01:00
Scripts to determine network settings
This commit is contained in:
4
script/host/net/printOwnDefaultMACAdress.sh
Executable file
4
script/host/net/printOwnDefaultMACAdress.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cat /sys/class/net/e*/address \
|
||||
| head -n 1
|
||||
Reference in New Issue
Block a user