M BUZZ CRAZE NEWS
// news

Maximum port range for Ubuntu

By Daniel Rodriguez

How many ports(as a application process) can be assigned on Ubuntu? How to set an application to a specific port. For example setting up bit-torrent on 3444.

1

1 Answer

In general, for Linux, ports 1-1024 can only be opened by root. Ports 1025-65535 can be opened by anyone.

If you wanted to, you can use all 65535 ports for some purpose.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy