answersLogoWhite

0

process control

User Avatar

Joe Johnston

Lvl 10
2y ago

What else can I help you with?

Related Questions

What is process control in Unix?

process control


What is Unix configuration?

Unix configuration is the process of tailoring a freshly installed version of Unix to your particular environment. Each Unix system may do that differently.


What is portablity in terms of unix?

Unix is inherently portable; this means that a program, script, or process may be moved from Unix system to Unix system with little effort or change (hence - portable).


Is unix a multi-process operating system or not?

Yes


The Unix and Linux service the runs in the background is known as the?

Any Linux/Unix process that runs in the background is called a 'daemon' process. The word derives from the Greek meaning "worker".


What is the parent process ID of an orphan process in UNIX?

Usually any orphaned process is owned by the 'init' process (process #1)


What does bg stands for in computer system?

BG is a command on Unix and Unix-like operating systems to run a job(process) asynchronously in the background.


4 What is a process to Explain the mechanism of process creation in UNIX system?

Are u talking abt the KErnal process? A program under execution is called process. All processes in UNIX are created using the fork() system call. rest of the question not clear.. SiddharthGanguly


What is the term used to describe a process spawning or initiating another process is referred to as?

In Unix (and Linux) this is known as "forking".


Which UNIX flavor was developed by AT and ampT?

The UNIX flavor developed by AT&T is known as System V (or SysV). Introduced in the late 1980s, System V became one of the most influential versions of UNIX, providing a foundation for many subsequent UNIX-like operating systems. It introduced features such as the System V init process and the System V IPC (Inter-Process Communication) mechanisms.


In Unix inter process communication take place using?

pipes - nammed and unnammed


What is the language used in the unix os?

Unix was developed primarily using the C language; there may be a small amount of assembler/machine code used in the boot process as well.