meta data for this page
  •  

Keresés

A keresés eredményét lentebb láthatod.

Teljes szöveg:

Linuxos "cfgmgr"
17 Találatok, Utolsó módosítás:
ash # Skript to rescan SCSI bus, using the # scsi add-single-device mechanism # (c) 1998--2008 Kurt Gar... me=${hostdir#/proc/scsi/*/} if test $name = add_map -o $name = map -o $name = mod_parm; then cont... orm" testexist # Special case: lun 0 just got added (for reportlunscan), # so make sure we correc... $RC -eq 1 -o $lun -eq 0 ; then # Try readding, should fail if device is gone echo
Linux interfészek listázása
4 Találatok, Utolsó módosítás:
SEARCH=${1-.} VLAN_SNIFF_TIME=10 #ETH echo "Port#Address#Speed#State#VLANs#Slaves" | awk -F'#' '{print... ,$3,$4,$5,$6}' echo "# Ethernet:" for ETH in $(ip addr | awk -F': ' '/</{print $2}' | egrep -v '(@|lo|^... rint $2}' | sed 's/^[0-9]*/& /') MAC=$(ip addr | grep -A1 "[^@]$ETH:" | grep -o '\([0-9abcdef]... A5 "Slave.*$ETH" $BOND | tail -n1 | grep -oP '(?<=addr: ).*$') fi done if [