Enviado em 02/06/2009 - 17:19h
Olá pessoal, estou fazendo um trabalho e tenho que falar sobre implementação da rede no kernel do linux, tenho que apresentar um trecho de código para isso, portanto conseguir este..
INIT_FLAG=/var/run/network/initialized
[ -x /sbin/ifup ] || exit 0
. /lib/lsb/init-functions
net_flag_up () {
touch $INIT_FLAG
}
net_flag_down () {
rm -f $INIT_FLAG
}
alguém poderia me ajudar a comentar esse trecho...
agradeço a todos....
INIT_FLAG=/var/run/network/initialized
[ -x /sbin/ifup ] || exit 0
. /lib/lsb/init-functions
net_flag_up () {
touch $INIT_FLAG
}
net_flag_down () {
rm -f $INIT_FLAG
}
alguém poderia me ajudar a comentar esse trecho...
agradeço a todos....