Reputation: 21
I would like to see the Linux capabilities of running processes.
Upvotes: -3
Views: 1061
ps -ef |awk {'print $2'} | xargs getpcaps
Upvotes: 2