In Unix, the "ps -ef" command shows all running processes. This is probably equivalent of Ctrl+Alt+Del in Windows. But I like to know how one can determine whether a process is "Not Responding" ?

Can anyone help?

Thanks.