![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| solaris I/O devices info | pratheepv | SUN Solaris | 7 | 03-05-2009 10:28 AM |
| Info required zones in solaris | rogerben | SUN Solaris | 1 | 02-19-2009 12:40 AM |
| Solaris patching info | b1f30 | SUN Solaris | 2 | 08-12-2008 01:28 PM |
| Solaris netstat. Newbie. | gwhelan | UNIX for Dummies Questions & Answers | 2 | 07-10-2008 11:08 AM |
| Info Needed in Seting up An apache Web Server on A Sun Sparc with Solaris 8 | David Johnston | UNIX for Dummies Questions & Answers | 1 | 10-06-2001 09:46 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hello All I just wanted to know if on solaris ,below two commands need to be run separately unlike AIX where "/usr/bin/netstat -an -f inet " gives tcp as well as udp info. Code:
/usr/bin/netstat -an -f inet -P tcp /usr/bin/netstat -an -f inet -P udp Also is there any way i can make these two commands effectively one and use it ? I do not wish to use 2 separate commands. Regards Abhi |
|
||||
|
I am using these commands in a fingerprinting tool and this tool would work only on one command at a time.
My code works fine for AIX and Linux but for Solaris i am stuck due to two separate commands. Regards Abhi |
|
||||
|
|
|
||||
|
Just create a shell script that call both of them sequentially and run that single script.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|