Re: how to give user permission to bind to a specific socket

2013-03-07 Thread Long Wind
Thank Assirati for such detailed help! I will try your solution tomorrow. On Thu, Mar 7, 2013 at 6:06 PM, João Luis Meloni Assirati wrote: > Em 07-03-2013 05:11, Long Wind escreveu: > >> I am writing java programs >> I want to bind to a socket: new DatagramSocket(95); >> >> when running it I fin

Re: how to give user permission to bind to a specific socket

2013-03-07 Thread João Luis Meloni Assirati
Em 07-03-2013 05:11, Long Wind escreveu: I am writing java programs I want to bind to a socket: new DatagramSocket(95); when running it I find only root can bind that way Can I give user permission to bind that way? Usually, ports below 1024 are reserved for root use (because they are used