Linux command
pppoe-stop 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Stop PPPoE connection
sudo pppoe-stop
Stop specific interface
sudo pppoe-stop -I [eth0]
Stop with config file
sudo pppoe-stop [/etc/ppp/pppoe.conf]
说明
pppoe-stop terminates an active PPPoE (Point-to-Point Protocol over Ethernet) connection. It's the counterpart to pppoe-start and is part of the rp-pppoe package.
参数
- -I _interface_
- Network interface.
- config-file
- Configuration file path.
FAQ
What is the pppoe-stop command used for?
pppoe-stop terminates an active PPPoE (Point-to-Point Protocol over Ethernet) connection. It's the counterpart to pppoe-start and is part of the rp-pppoe package.
How do I run a basic pppoe-stop example?
Run `sudo pppoe-stop` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -I _interface_ do in pppoe-stop?
Network interface.