Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to beat the 80 char limit in "ps -ef"

Status
Not open for further replies.

grindel

Technical User
Jun 25, 2002
36
0
0
CA
Hi All

When issuing a "ps -ef" you'll get a full listing of processes on the system, but there is an 80 character limit when displaying the command that is actually running. Has anyone found a way around this, or perhaps an alternative "ps" command that I can build?

TIA
Rick
 
Not sure what controls the ps command character limit. But, the old ps command in /usr/ucb/ps does not have this limit.

example: /usr/ucb/ps -aux

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top