![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mv command if you dont know the full name of the file | absolutdani | UNIX for Dummies Questions & Answers | 2 | 05-11-2007 01:46 AM |
| Getting the process full command line | fredy | AIX | 0 | 12-21-2006 12:06 AM |
| Full command line sun 5.10 | fredy | UNIX for Advanced & Expert Users | 4 | 11-09-2006 03:32 AM |
| display full unix path as part of the command line | ocelot | UNIX for Dummies Questions & Answers | 3 | 10-10-2006 11:58 AM |
| Retrieving the execution time of a completed command | marina | UNIX for Dummies Questions & Answers | 2 | 09-06-2005 01:21 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Retrieving the full command
Hi All,
I would like to retrieve the whole command that got executed for a running process rather than a truncated string, as a result of running ps -ef on HP-UX. Please help. TIA |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You can try using 'ps -elf'. It still will not give you the full command, though. Some commands (such as some java processes) will have huge command lines which the ps command cannot show. On Solaris you have /usr/ucb/ps, but it has no equivalent on HP-UX.
|
||||
| Google The UNIX and Linux Forums |