For some time I've been interested in Solaris (particularly OpenSolaris) but I've never had the time or interest to take my explorations beyond installing the system and doing basic SysAdmin tasks. While reading some comments on an interesting blog post about 'The Enterprise Linux problem', I saw the following link:
http://opensolaris.org/os/community/advocacy/immigrants/
It provides links to some great posts that will help experienced SysAdmins get used to Solaris.
Showing posts with label solaris. Show all posts
Showing posts with label solaris. Show all posts
Wednesday, February 18, 2009
Monday, October 27, 2008
Finding a PID for a listening TCP port in Solaris
From SunManagers:
On recent versions of Solaris, "pfiles" will tell you about each and every program running which file descriptor matches to what.
cd /proc
pfiles *| more
On recent versions of Solaris, "pfiles" will tell you about each and every program running which file descriptor matches to what.
cd /proc
pfiles *| more
Subscribe to:
Posts (Atom)