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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Result of ps -ef ¦grep **

Status
Not open for further replies.

Janghyegyung

Technical User
Aug 20, 2001
42
KR
I'm afraid this would be silly question.

On the same server, I had different output after executing #ps -ef |grep java. A few days ago, it displayed only one line per one process even though full description of the process was too long. It didn't display the right position over some point.

Now, it displays full description-more than 15 lines per one-of the process.

What brings this output variously? server-dependent or client dependent? It's not critical, but want to know.
 
sounds like your 'term' or 'TERM' setting is affecting the display. ps -ef will always output the same information, but its how your terminal deals with long lines which is affecting the display.

Try echo TERM if usink ksh or
echo term if using csh or bourne shell

Another application may be changing this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top