- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to display complete process parameters inf...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-14-2002 11:38 PM
тАО01-14-2002 11:38 PM
so long exceute command cannot be displayed completed, for example:
I execute a process: /export/disk1/p2/gyomu/jwu/flowtest/sdb001 -conf /export/disk1/p2/gyomu/jwu/flowtest/sdb001.cfg -sid 5
then use command: ps -ef |grep sdb001
it output:
ps -ef |grep sdb001|grep -v grep
gyomu 13826 1 0 14:10:16 pts/ty 0:03 /export/disk1/p2/gyomu/jwu/flowtest/sdb001 -conf /export/dis
so some parts was cut..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2002 12:07 AM
тАО01-15-2002 12:07 AM
Re: How to display complete process parameters info by PS command?
\Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2002 12:42 AM
тАО01-15-2002 12:42 AM
Re: How to display complete process parameters info by PS command?
Set your screen to 132 column.
This can be done by changing the terminal emulation software you are using like exceeds etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2002 04:26 PM
тАО01-15-2002 04:26 PM
SolutionIf you man ps you will find "Only a subset of the command line is saved by the kernel; as much of the command line will be displayed as is available". You get what you get and no more.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-15-2002 06:06 PM
тАО01-15-2002 06:06 PM
Re: How to display complete process parameters info by PS command?
Regards