← 返回命令列表

Linux command

poff 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Disconnect PPP connection

poff

Disconnect specific provider

poff [provider]

Disconnect all connections

poff -a

说明

poff terminates PPP (Point-to-Point Protocol) connections established by pon. Without arguments, it disconnects the default provider; a provider name can be specified to target a specific connection. The -a flag disconnects all active PPP connections. The -r flag reconnects automatically after disconnecting. This is a convenience wrapper around sending signals to the pppd daemon.

参数

-a, --all
Disconnect all connections.
-r, --reconnect
Reconnect after disconnect.

FAQ

What is the poff command used for?

poff terminates PPP (Point-to-Point Protocol) connections established by pon. Without arguments, it disconnects the default provider; a provider name can be specified to target a specific connection. The -a flag disconnects all active PPP connections. The -r flag reconnects automatically after disconnecting. This is a convenience wrapper around sending signals to the pppd daemon.

How do I run a basic poff example?

Run `poff` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -a, --all do in poff?

Disconnect all connections.