linux command to find processes without using ps

 

find /proc -mindepth 2 -maxdepth 2 -name exe -exec ls -lh {} \; 2>/dev/null 


Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm