1
Is it possible to determine whether or not a given running process is interactive or merely daemon-like (i.e. an actual daemon, or a tail -f
, or similar) using scripting or any other language?
If so, how?
Is it possible on more than one platform (I use bash most often, but solutions in other shells - even PowerShell - would be appreciated, too)?
For what purposes? – user1686 – 2011-08-17T19:50:49.797
@gawity - specifically in follow-up to my previous question, but for reporting/monitoring purposes as well
– warren – 2011-08-17T19:58:59.613