![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to? launch command with string of command line options | TinCanFury | Shell Programming and Scripting | 5 | 04-28-2008 06:06 PM |
| Retrieving the full command | trocadero | HP-UX | 1 | 05-19-2007 07:14 AM |
| mv command if you dont know the full name of the file | absolutdani | UNIX for Dummies Questions & Answers | 2 | 05-11-2007 04:46 AM |
| Getting the process full command line | fredy | AIX | 0 | 12-21-2006 03:06 AM |
| display full unix path as part of the command line | ocelot | UNIX for Dummies Questions & Answers | 3 | 10-10-2006 02:58 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Full command line sun 5.10
Hi,
I am running on Sun10 platform. I am trying to retrieve the full command line for a process by running ps (/usr/bin/ps or /usr/ucb/ps). Running the "/usr/ucb/ps -agxuwwwww PID" with the user that executed the process i get the full command line. Running the same command with another user on the same process , return only a part of the command. Is there a way to get the full command, for processes that their user is not the user that started the process? Another interesting issue is when running "/usr/ucb/ps -e PID", it works fine. Trying to capture the output to a file or pipe return empty result. For example /usr/ucb/ps -e 7933 # result "bla bla bla bla" /usr/ucb/ps -e 7933 > a.out; more a.out # result empty Thanks in advance, Fredy |
|
|||||
|
there are some d-trace scripts doing something like this... i think its called "execsnoop"
http://www.sun.com/bigadmin/jsp/desc...noop__snoop_ne hth, DN2 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|