1826741 Members
2360 Online
109702 Solutions
New Discussion

Re: ps output length

 
SOLVED
Go to solution
kais_1
Occasional Contributor

ps output length

hello,
HP-UX 11iv1 dispay a maximum of 64 characters in the command field. i know that in v2 the length of the command field can be ajusted.
is there sommething to do in v1 to display all this field ?
3 REPLIES 3
Peter Godron
Honored Contributor
Solution

Re: ps output length

Hi,
"man ps"

-x Shows the command line in extended format.

Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.

So far you have not awarded any points !
Steven E. Protter
Exalted Contributor

Re: ps output length

Shalom,

You can set the UNIX95 directive and get lots more options on formatting ps output.

Its a good idea to make sure your system is current on patching so that any new features for ps and other important utilities are included.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
kais_1
Occasional Contributor

Re: ps output length

thank y for the -x option.