unix-programming

Using UNIX, how to display a count of the processes on my system?

Hi, Can any one please tell me how can I display a count of the processes on my system in a form like count process_name ...

In Unix, user having the highest UID ?

Hi, Can some one please tell me how can I find the following. List from /etc/passwd the UID and the user having the highest UID. ...