diff --git a/pages/linux/f5fpc.md b/pages/linux/f5fpc.md index be018ed59..a9d32c878 100644 --- a/pages/linux/f5fpc.md +++ b/pages/linux/f5fpc.md @@ -4,20 +4,20 @@ - Open a new VPN connection: -`f5fpc --start` +`sudo f5fpc --start` - Open a new VPN connection to a specific host: -`f5fpc --start --host {{host.example.com}}` +`sudo f5fpc --start --host {{host.example.com}}` - Specify a username (user will be prompted for a password): -`f5fpc --start --host {{host.example.com}} --username {{user}}` +`sudo f5fpc --start --host {{host.example.com}} --username {{user}}` - Show the current VPN status: -`f5fpc --info` +`sudo f5fpc --info` - Shutdown the VPN connection: -`f5fpc --stop` +`sudo f5fpc --stop`