X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vps-utils%2FREADME.md;h=a81dd2cccab3f7faeee1c02a3bd73a90f03b0ae3;hb=953c06cbc34af16103d012cc1861a10a0a2b32cb;hp=5d49555c0c415c596c81607063ea4af35189f3c3;hpb=c77b2afba8be0e2aca21ad2647e7e847e4a8aa14;p=webi-installers%2F.git diff --git a/vps-utils/README.md b/vps-utils/README.md index 5d49555..a81dd2c 100644 --- a/vps-utils/README.md +++ b/vps-utils/README.md @@ -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: