Ask the Community
Ask any professional question and get answers from other specialists.
to know the suitable answer for this question you must subscribe this channel on youtube to learn all hidden points about Red hat Enterprise Linux World and also begining ... See More
I have used netstat -antp command for listening port and lsof command for checking the opened file. Verify all the opened file related to the port. Please let me know ... See More
You come across with the situation when you try to use "vi editor" in linux and you don't know how to use it. what combination does it applies and what are ... See More
Is there a way to capture a window Image in Linux rather importing all screen shot.It will be helpful if any one can point a .so similar to user32.dll in windows
#netstat -plan|grep :80|awk {'print $5'}|cut -d: -f1|sort|uniq -c|sort -nk1 #cat /var/log/messages |grep SYN| cut -d "=" -f5|cut -d " " -f ... See More