How do I start, stop, or restart networking service under HP-UX, OpenBSD, AIX and other Unix like operating systems?
You can use the following commands as per your UNIX operating systems.
HP-UX Unix start / stop / restart networking service
# /sbin/init.d/net stop
# /sbin/init.d/net start
# /sbin/init.d/hostname start
IBM AIX Unix start / stop / restart networking service
Simply type the following command to make changes to tcp/ip
# smitty mktcpip
Start network service:
# startsrc
Stop network service:
# startsrc
OpenBSD start / stop / restart networking service
See this faq for more information on how to restart networking service:
# sh /etc/netstart pnc0
FreeBSD start / stop / restart networking service
See this post for more information on how to restart networking service:
# /etc/rc.d/netif restart
Sun/Oracle Solaris Unix start / stop / restart networking service
# svcadm restart physical
Linux: CentOS / RHEL / Red Hat / Fedora start / stop / restart networking service
See this faq for more information:
# service network stop
# service network start
# service network restart
Linux: Debian / Ubuntu server start / stop / restart networking service
See this faq for more information:
# service networking stop
# service networking start
# service networking restart
🐧 6 comments so far... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
not, error in text.
for HP-UX is /sbin/init.d/net and not /etc/init.d/net
For Debian, this method throws an error.
For AIX, to stop the service “stopsrc”. for refresh the services “refresh
Realy very help full these command of me Ubuntu machine
Regards
What about SCO UNIX how I can stop and start the services such as ssh and telnet.
and how to enable telnet services
thanks
Awesome tips, thank you!