Forrest logo
back to the wondershaper tool

wondershaper:tldr:164e4

wondershaper: Clear limits from a specific [a]dapter.
$ wondershaper -c -a ${adapter_name}
try on your machine

The command wondershaper -c -a ${adapter_name} is used to configure network bandwidth shaping using the tool called "wondershaper".

Here's a breakdown of each component of the command:

  • wondershaper: This is the command-line tool used for network bandwidth management in Linux.
  • -c: This option is used to clear any existing bandwidth shaping rules before applying new ones. It allows you to reset the configuration.
  • -a ${adapter_name}: This option specifies the network adapter for which you want to configure bandwidth shaping. ${adapter_name} should be replaced with the actual name of the network adapter you want to administer. It could be something like "eth0" or "wlan0", depending on your system.

By running this command, you are effectively clearing any existing bandwidth shaping rules and configuring new rules for the specified network adapter. The specific configuration rules will depend on the subsequent arguments or options provided to the command.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the wondershaper tool