Recent changes!
- Framework has been changed to primefaces.
- We have a free software under downloads.
Information
LLE10005 : Which ports of open on my system.
Symptom:
I am not shure if a certain port is open on the system. I need to know which ports are opened.
Cause:
none
Solution:
You can use the lsof command to check your opened ports.
lsof -i (this shows all your opened ports)
lsof -i :25 (this give you an answer for the smtp port on your system)
Disclaimer:
The information provided in this document is intended for your information only. Lubby makes no claims to the validity of this information. Use of this information is at own risk!