I need to list all open ports in Linux cloud server. How do I check open ports in Linux using the CLI? Can you give me the command to check open ports in Linux operating system?
[continue reading…]
lsof command
I am a new Linux system user. I need to find out which process is listening on a port on Linux using the command line. How do you find out which process is listening on a port on Linux operating systems?
[continue reading…]
[continue reading…]
How do I find out what is listing or using tcp port number 80 on Linux based systems using command line options?
[continue reading…]
[continue reading…]
How can I find all the file descriptors used by a process such as httpd (Apache web server) or mysqld (MySQL Database server)?
[continue reading…]
How do I check network connections under Linux using command line options?
[continue reading…]
How do I find out running processes were associated with each open port on Linux? How do I find out what process has open TCP port # 111 or UDP port 7000 under Linux using the CLI?
[continue reading…]
[continue reading…]
I‘ve configured my Apache in chrooted jail at /jail/apache directory. However, my syslogd is not working and nothing gets logged using /dev/log and /jail/apache/dev/log. How do I fix this problem under CentOS 5.x AMD64 with SELinux?
[continue reading…]