answersLogoWhite

0


Best Answer

You can have as many processes as will fit in the process table and remain comfortably in memory (which is a lot).

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many processes can you have in Unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What data structure is used by UNIX processes?

For example struct tm and struct stat are often used by UNIX processes.


How you can see the presently running processes in Unix?

ps -ef


How many processes are running in a system find Unix command?

PS -e|cut -d " " -fname|wc -l


What is named and unnamed pipe in unix?

In Unix, pipes are basically how information flows between processes. Unnamed pipes are created and destroyed within the processes life cycle. Named pipes exist until removed with an unlink() command and can be used with unrelated processes.


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.


Unix command to identify defunct processes?

PS -eaf|grep defunct


What are the advantages of a Unix file system?

It is a system software and all the processes in the operating system can be controlled by the user.


What is Daemon Process in unix?

The word daemon is a word of Greek derivation meaning "worker". Daemon processes in Unix are background tasks that do things, such as printing, networking, task scheduling, etc.


Is unix a realtime operating system?

Some versions of Unix are oriented towards real time applications, and processes in Unix can be "promoted" to real time status if desired. Other than that, you would have to define more precisely what you mean by real time for an operating system.


What is unix kornal?

The Unix Kernel is the base level part of the Operating System that is usually memory resident and is not swapped out. It contains the primary portions of the OS to allow other processes to execute, be managed, etc.


What is similar to Unix?

Linux, Minix, Coherent, FreeBSD, etc. These are all clones of Unix


Why is GNULinux called a unix-like operating system?

GNU/Linux is a 'Unix-like' operating system because it was based on Unix, and is similar in many ways.