Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Linux Tip: within the Unix/Linux forums, part of the Operating Systems category; Hi Friends, Investigation Of Socket In Linux The Following command ll display the names of the ports that r connected toa remote server. ss | grep -vE 'State' awk '{print$5} ...
|
|||||||
|
|||
|
Hi Friends,
Investigation Of Socket In Linux The Following command ll display the names of the ports that r connected toa remote server. ss | grep -vE 'State' awk '{print$5} | cut-d': -f2 |sort |uniq The command will print only the established port names. Thanks, Rijus. **** Real Inspirational Journey.........Unanimously & Sincerely. |
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simple Linux Tip:Disable OpenOfiice Logo in Linux | rijus | Unix/Linux | 0 | 4 Weeks Ago 03:29 AM |
| Linux Tips: Increase MPlayer Soft Volume to 300% in Linux | rijus | Unix/Linux | 2 | 08-21-2009 02:37 AM |
| Linux Tips: Mount Windows shares like normal drives in Linux | rijus | Unix/Linux | 1 | 08-13-2009 07:38 AM |
| Linux Tips: Search Google.com from the Linux command line | rijus | Unix/Linux | 0 | 08-12-2009 03:48 AM |
| Linux Tips :Find details about your ISO images from the Linux command line | rijus | Unix/Linux | 1 | 08-05-2009 03:09 AM |