siriusmart to Programmer HumorEnglish · 1 year agoHow to enjoy pythonimagemessage-square8fedilinkarrow-up139arrow-down16file-text
arrow-up133arrow-down1imageHow to enjoy pythonsiriusmart to Programmer HumorEnglish · 1 year agomessage-square8fedilinkfile-text
minus-squareFUsername@feddit.delinkfedilinkEnglisharrow-up8arrow-down1·1 year agoAFAIK some distributions only allow root to bind ports below 1024 (that is, if you don’t so some other witchcraft…)
minus-squaregun/linux@latte.isnot.coffeelinkfedilinkEnglisharrow-up3·1 year agoOnly root processes can bind to ports below 1000
minus-squareaDogCalledSpot@lemmy.ziplinkfedilinkEnglisharrow-up2·1 year agoYou cant run something on port 80 as a normal user. All ports below 1024 are privileged and therefore require sudo.
But why sudo?
AFAIK some distributions only allow root to bind ports below 1024 (that is, if you don’t so some other witchcraft…)
Only root processes can bind to ports below 1000
You cant run something on port 80 as a normal user. All ports below 1024 are privileged and therefore require sudo.