mail -N d * -N : Inhibits the initial display of message headers when reading mail d * :delete all mails
Tag: command line
Linux: Find Out Which Process Is Listening Upon a Port How do I find out running processes were associated with each open port? How do I find out what process has open tcp port 111 or udp port 7000 under Linux? You can the following programs to find out about port numbers and its associated […]