From 52f6d80ccfe1fec95fa0287b6bed5627e0c8eed8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 1 Sep 2018 23:30:19 +0100 Subject: [PATCH] f5fpc: Prepend all examples with sudo (#2282) --- pages/linux/f5fpc.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/linux/f5fpc.md b/pages/linux/f5fpc.md index be018ed591..a9d32c8782 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`