feature: add setcap-netbind
[webi-installers/.git] / vps-utils / README.md
index 5d49555c0c415c596c81607063ea4af35189f3c3..a81dd2cccab3f7faeee1c02a3bd73a90f03b0ae3 100644 (file)
@@ -8,16 +8,16 @@ tagline: |
 ## Cheat Sheet
 
 > VPS Utils includes shortcut commands for some common tasks, including
-> `cap-net-bind`, 'vps-addswap', and 'myip'
+> `setcap-netbind`, 'vps-addswap', and 'myip'
 
-**cap-net-bind**:
+**setcap-netbind**:
 
-`cap-net-bind` will give the specified program the ability to listen on
+`setcap-netbind` will give the specified program the ability to listen on
 privileged ports, such as 80 (http) and 443 (https) without `root` privileges or
 `sudo`.
 
 ```bash
-sudo cap-net-bind node
+sudo setcap-netbind node
 ```
 
 This is the same as running the full command: