Slackware Linux Restart / Start / Stop Networking Service Command

Slackware Linux uses the rc.inet1 script to manage the network configuration and services. To start, stop, or restart the networking service, you can use the rc.inet1 script with the appropriate options.

Here are the commands to start, stop, or restart the networking service on Slackware Linux:

  1. To start the networking service, type the following command as root:
/etc/rc.d/rc.inet1 start

This command will start the networking service and configure the network interfaces according to the settings in the /etc/rc.d/rc.inet1.conf file.

  1. To stop the networking service, type the following command as root:
/etc/rc.d/rc.inet1 stop

This command will stop the networking service and shut down all network interfaces.

  1. To restart the networking service, type the following command as root:
/etc/rc.d/rc.inet1 restart

This command will stop and then start the networking service, which will reload the network configuration and interfaces.

That’s it! You can use these commands to start, stop, or restart the networking service on Slackware Linux. (Phentermine) Note that you will need to be logged in as the root user or have superuser privileges to run these commands.

Leave a Comment