|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | 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. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
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 |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Going to check it...
Thanks |
|
#4
|
|||
|
|||
|
It seems that i don't have privilegesto run dterm
Is root privileges required? Is there a way to get it without root privileges? Thanks in advance, Fredy |
| Sponsored Links | |
|
|
#5
|
||||
|
||||
|
for all dtrace scripts root permission is required.
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SSH full shell script in 1 line. | mrwatkin | Shell Programming and Scripting | 6 | 12-20-2011 08:32 AM |
| pgrep doesn't perform full command line pattern matching | Sapfeer | HP-UX | 2 | 06-30-2010 02:02 PM |
| bash: read file line by line (lines have '\0') - not full line has read??? | alex_5161 | Shell Programming and Scripting | 6 | 04-14-2010 04:58 AM |
| Getting the process full command line | fredy | AIX | 0 | 12-21-2006 02: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 |
|
|