![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Auto Start/Stop Didnt Work in Solaris 10 | adzuanamir | SUN Solaris | 0 | 04-22-2008 08:25 PM |
| Start Stop Apache | MILLERJ62 | AIX | 2 | 12-27-2005 02:40 PM |
| Help: how to start/stop FTP server in solaris? | eddsos | SUN Solaris | 1 | 08-07-2005 10:32 AM |
| Stop/Start proftpd | Lomic | UNIX for Dummies Questions & Answers | 1 | 12-09-2004 06:38 AM |
| Start/Stop Script | jjv1 | UNIX for Dummies Questions & Answers | 2 | 12-16-2003 01:28 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to start and stop the network in Solaris 9??
Hi
how do I start or stop the network interfaces in Solaris 9 I have tried "/etc/init.d/network stop" but it doesn't work thanks |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
ifconfig ce0 down
to bring the ce0 interface down ifconfig ce0 up to bring the ce0 interface up You can also plump/unplumb interfaces. man ifconfig Note: This doesn't "stop the network" - i.e. doesn't stop network services. Cheers ZB |
||||
| Google The UNIX and Linux Forums |