- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ps tree view : POSIX95
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
Forums
Discussions
Discussions
Discussions
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
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
03-13-2001 05:09 AM
03-13-2001 05:09 AM
POSIX95 and get a real nice linux style
ps tree
Can anyone remind me of the syntax
Thanks,
Bill
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2001 05:36 AM
03-13-2001 05:36 AM
SolutionWouldn't it be UNIX95 instead of POSIX95 environment variable ?
If so, there have been many threads on the subject, and I found a lot of them in the "search forum" with keywords "UNIX95 ps".
Here is one of them, with an excellent script:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xcaa1854994d9d4118fef0090279cd0f9,00.html
Best regards.
Fred.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2001 11:28 PM
03-13-2001 11:28 PM
Re: ps tree view : POSIX95
UNIX95=1 ps -H -e
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 03:38 AM
03-14-2001 03:38 AM
Re: ps tree view : POSIX95
are still available!
Are there any other interesting features
possible with UNIX95?
Also are there any other useful ENV vars
that can make life easier? where can I
find a defined list?
I have heard a long time ago that for the Japanese you can export the current Emporer..
is that true?
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 06:14 AM
03-14-2001 06:14 AM
Re: ps tree view : POSIX95
For other intersting features, you have to see the individual man pages. e.g. 'man ps' and look for XPG or UNIX95.
Another nice feature of UNIX95 ps i like is the 'C cmd' option, which saves you doing a grep to find a cmd.
For some other interesting env variables see 'man environ'.
-tom