![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 05:12 PM |
| how to? launch command with string of command line options | TinCanFury | Shell Programming and Scripting | 5 | 04-28-2008 03:06 PM |
| inconsistent ls command display at the command prompt & running as a cron job | rajranibl | Linux | 5 | 07-30-2007 05:26 AM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | HP-UX | 1 | 10-16-2006 01:16 PM |
| How to use more than one MPE command STREAM with Unix command in a single shell? | bosskr | Shell Programming and Scripting | 0 | 09-19-2006 06:44 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
ps command on HP
I run this command from the script on SUN
ps -p $PID -o pid,ppid,pcpu,pmem,user,stime,etime,args Now need to move my script on HP. It should be possible construct similar on HP ... but I can't figure it out. ps on HP does not -o formatting option Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
On HP-UX you need to set one of the environment variables to get ps to accept the -o option. The ps man page has the -o option documented and it refers you to the standards man page. You need to read that standards man page.
|
|
#3
|
|||
|
|||
|
Thank you! I set UNIX95=1 env var and it works now
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|