Search Results

Search: Posts Made By: smoosmoo
5,630
Posted By clx
eval df $(ps -o 'user,args' -e | awk '/kuxagent/...
eval df $(ps -o 'user,args' -e | awk '/kuxagent/ {print "~"$1}')
5,630
Posted By Chubler_XL
Think he just wants the filesystem any kuxagent...
Think he just wants the filesystem any kuxagent processes are running from eg:


/opt
/opt/clus2/IBM
/opt/IBM/ITM

This should get it done:

ps -o args -e | grep kuxagent | while read cmd...
5,630
Posted By Perderabo
If I understand your requirement, maybe this: ps...
If I understand your requirement, maybe this: ps -o 'user,args' -e | awk '{ printf "user: %-9s %s \n",$1,$2 }'

I tested it on Solaris and here is an excerpt of the output:user: root ...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 11:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy