Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ps -ef does not list all process
Name: webster Hsieh Date: March 24, 2003 at 02:06:02 Pacific OS: Sun Os 5.6 CPU/Ram: Ultra-250 2G
Comment:
Hi, The "ps -ef" command seems do not list all process in my solaris system. I had login as a system usre "root" and issued the command "ps -ef|wc -l" and it shows that there are 52 processes running, whereas i issued "/usr/ucb/ps aux|wc -l" it shows that there are 178 processes. I can only see 2 user's(root, ora816) process in /usr/bin/ps command. Anyone who can tell me why the "ps -ef" command can't list all processes and what can i do for solving this problem? Thanks!
Name: karthick Date: March 25, 2003 at 04:53:09 Pacific
Reply:
Install Top .
Through the help of top u can see the list of processor .
regards K.Karthick
0
Response Number 2
Name: webster Date: March 26, 2003 at 17:13:39 Pacific
Reply:
HI, Thanks for your reply! I had checked the permission and ownership for the execuatble "ps", the permission is '-r-sr-xr-x' and its ownership is 'root:sys'. It looks O.K., then i made a check to the unix system package SUNWcsu (pkgchk -v SUNWcsu), there wrer some errors, one of them is a ERROR on the file 'ps', it said "ERROR:/usr/bin/ps file cksum expected actual'. I try to fix it and issue the cmd 'pkgchk -f SUNWcsu'. The error about the ps file is gone, but still have some errors belong to other executable fies. Incredibly, the 'ps' command is working fine, everything seems perfect! I do not know whats make the ps file checksum error, any suggestion? Thanks!
Summary: My network card does not work at all. Just installled Solaris 8 without networking. Surely I should still see some connectivity led's. I am using a DEll Lattitude c800 with a 3com PCI mini 10/100 ca...
Summary: Hi, All: I have one question regarding my Solaris router which has two NIC cards, one connect to Rogers Hi-Speed modem, the other connect to my local LAN using a HUB to another Solaris8 Intel box. Fir...
Summary: Hi, I tried to the following startup script that launches another script using the su command. It seems like the startup script is being executed but the script that is being called in the su command ...