1819981 Members
3796 Online
109607 Solutions
New Discussion юеВ

ps -ef need full listing

 
SOLVED
Go to solution
Ratzie
Super Advisor

ps -ef need full listing

How do I see the full listing of the ps -ef command with out it being truncated at the end, because of column width
5 REPLIES 5
Ivan Krastev
Honored Contributor

Re: ps -ef need full listing

Try adding -w for wide output.

regards,
ivan
James R. Ferguson
Acclaimed Contributor
Solution

Re: ps -ef need full listing

Hi:

You don't offer what HP-UX release you are running. Adding the '-x' switch in 11i shows the command line in extended mode.

Regards!

...JRF...
Ratzie
Super Advisor

Re: ps -ef need full listing

Sorry HP 11.00
Ratzie
Super Advisor

Re: ps -ef need full listing

ps -efx works for extended view
siva0123
Trusted Contributor

Re: ps -ef need full listing

Truncated at the end because of column width!!!

I think there should be a problem in your terminal settings.

What is the o/p of echo $TERM

i presume it should be vt100 or xterm.

Thanks,
Siva