SuSE Linux: Version 6.1, 1st Edition
This article refers to an older version of SuSE Linux.
Therefore some of the informations given in this article may
be outdated or the article may contain stale links.
/sbin/init.d/network restartbut it does not reinitialize the network interfaces.
/sbin/init.d/network
there is a small mistake.
/sbin/init.d/network
from:
$0 stop && $0 stop || return=$rc_failedto:
$0 stop && $0 start || return=$rc_failed