Category:

Checking System for Hackers

cd  /proc
for  i  in  `seq 1 33000`
do
test  -d  $i    &&   ls  -l  $i/exe
done 

Back to Linux

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.