• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Looking for equivalent solaris command

wildwolf

Golden Member
Hi.

In my linux box, I can type:
ifdown eth0
ifup eth0

and that effectively (even if incorrectly) will restart my eth0 ethernet device.

How can I do the equivalent in Solaris? I want to, basically, 'restart' the ethernet device named eth0.
 
Nevermind...found it.

Can be done with ifconfig on Solaris. I guess the linux equivalent is just a scripted shortcut using ifconfig.
 
Back
Top