Unix Interview Questions

Interview questions on unix

Get Good interview Questions and latest technical questions on Unix  from this site. Hope this information is useful for interviews where technical questions are the key. I have found this website providing good deal of information about Unix, Linux. The questions are really good and solutions are appropriate to the given questions

Unix Interview Questions And Answers

tcpdump command

Unix Command of the Day

This technical article is about tcpdump command in unix which is used extensively in linux and unix. tcpdump provides information about data that is received in machine and port.
Today’s Unix Command of the Day is tcpdump

tcpdump in unix

tcpdump in Unix is a very popular command

tcpdump – dump traffic on a network

tcpdump

Tcpdump prints out a description of the contents of packets on a network
interface that match the boolean expression. It can also be run with the -w
flag, which causes it to save the packet data to a file for later analysis,
and/or with the -r flag, which causes it to read from a saved packet file
rather than to read packets from a network interface. In all cases, only
packets that match expression will be processed by tcpdump.

Tcpdump will, if not run with the -c flag, continue capturing packets
until it is interrupted by a SIGINT signal (gener- ated, for example,
by typing your interrupt character, typically control-C) or a SIGTERM
signal (typically generated with the kill(1) command); if run with the -c
flag, it will capture packets until it is interrupted by a SIGINT or
SIGTERM sig- nal or the specified number of packets have been processed.

If you want to check for a particular port in a machine

then command is

tcpdump port

If you want to check for a particular ip in a machine
then command is

tcpdump host

Hope this linux command is useful for your programming. good luck

Unix Command Reference

Unix is one of the top operating system that is used in Web today. There are many articles written on Unix Commands and different commands that are used regularly by Unix users.

Techno Explore provides many information about Unix and Linux Commands. All these articles are gathered in Techno Explore blog and given information in one article.

Read all articles at one place: Unix Command Reference

Advanced Unix Programming

Richard Stevens Advanced Unix Programming

Richard Stevens Advanced Unix programming provides complete details of the programming and Unix operating system. Important Unix commands is available in this book. This technical article and book on unix will be helpful for academic studies of unix

Richard Stevens Advanced Unix Programming

View more documents from ksrpaniraj.

Like us in Google +