How can I check to see what programs a lab full of students are
running? I know that the unix command TOP will list out the
processes but this is too much info and hard to run on a group of
20 where the output is manageable. Is there something I can run
that will just list the apps that are running for each user??
you could send unix command..
ps x | grep [/]Applications
..maybe? (or 'grep [.]app' if you're interested in .apps installed
outside the /Applications folder)