What do you mean by 'processes' in unix environment?
A "process" is a program. In multitasking environments such as
Unix or Windows - in fact, in most modern operating systems - the
computer can run multiple processes at the same time. Note that not
all of such processes need to have a visible window - some can be
hidden from the user, until you use a special tool or command to
list the processes.