This is a discussion on missing processes in /usr/ucb/ps output compared to the output from/usr/bin/ps within the comp.unix.solaris forums, part of the Solaris Operating System category; --> Hi All, On OS Platform: sunos-5.9-sparc, I run the following commands (under root) and I see some processes are ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi All, On OS Platform: sunos-5.9-sparc, I run the following commands (under root) and I see some processes are not listed in the output of / usr/ucb/ps. /usr/ucb/ps -auxlwwwwwwwwww /usr/bin/ps -ef Is there any difference in above commands? Regards, Suneel |
| |||
| On Jun 20, 3:08 pm, SonydreamZ <sune...@gmail.com> wrote: > > On OS Platform: sunos-5.9-sparc, I run the following commands > (under root) and I see some processes are not listed in the output of / Processes named....? You dont think that might MATTER?? > usr/ucb/ps. > /usr/ucb/ps -auxlwwwwwwwwww > /usr/bin/ps -ef > Is there any difference in above commands? Ones a hacked version of ps and one isnt...? I get the same # of processes here. Better goto to Sun's fingerprint database and check those binaries.. |
| |||
| I am trying to see if my oracle "tnslsnr" process running or not by using the above command. I see "tnslsnr" in the output of /usr/bin/ps but I do not see "tnslsnr" in the output from /usr/ucb/ps - auxlwwwwwwwwww. So is there any difference between thses commands? Thanks, Suneel On Jun 20, 4:11*pm, usenetpersonger...@gmail.com wrote: > On Jun 20, 3:08 pm, SonydreamZ <sune...@gmail.com> wrote: > > > On OS Platform: * * *sunos-5.9-sparc, I run the following commands > > (under root) and I see some processes are not listed in the output of / > > Processes named....? > You dont think that might MATTER?? > > > usr/ucb/ps. > > /usr/ucb/ps -auxlwwwwwwwwww > > /usr/bin/ps -ef > > Is there any difference in above commands? > > Ones a hacked version of ps and one isnt...? > I get the same # of processes here. > > Better goto to Sun's fingerprint database and check those binaries.. |
| |||
| SonydreamZ wrote: > Hi All, > > On OS Platform: sunos-5.9-sparc, I run the following commands > (under root) and I see some processes are not listed in the output of / > usr/ucb/ps. > > > /usr/ucb/ps -auxlwwwwwwwwww > > /usr/bin/ps -ef > > > Is there any difference in above commands? > > Regards, > Suneel The first is the Berkeley (BSD) version. The second is the System V version. Comparing the man pages for both might help enhance your understanding of the differences and similarities. |
| ||||
| On Jun 20, 5:16 pm, SonydreamZ <sune...@gmail.com> wrote: > I am trying to see if my oracle "tnslsnr" process running or not by > using the above command. I recall there is an Oracle command to tell you that. At least on 10g EE. You dont need ps for that. > I see "tnslsnr" in the output of /usr/bin/ps > but I do not see "tnslsnr" in the output from /usr/ucb/ps - > auxlwwwwwwwwww. > So is there any difference between thses commands? Well if you cant spell maybe you cant read ?? I dunno (sp.) Like I said - on my system there is no difference. Both report exactly the same number of processes. Even with all those "w"'s Theres nothing special about tnslsnr. Unless maybe ucb ps with those args push you way past 80 characters maybe. Pipe the output of both commands to wc -l It should be the same number. |
| Thread Tools | |
| Display Modes | |
|
|