WhatI s a process? How is it known inside the LINUX/UNIX system?

What will be an ideal response?


A running program is called a process. A process is known inside the LINUX system by a positive integer, known as its process ID (PID).

Computer Science & Information Technology

You might also like to view...

If your report has a ________ section, it precedes the first Page Header section

A) Access Header B) Group Header C) Report Header D) Detail Header

Computer Science & Information Technology

When using a circular array implementation for a queue, when either pointer is about to run off the end of the array, that pointer is reset to -1.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which three IP addresses may be pinged by the Test Management Network feature in the ESXi hosts DCUI?

a. Primary DNS server b. NTP server c. Secondary DNS server d. DHCP server e. Default Gateway

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) The counter (loop control variable) used in a FOR loop need not be declared explicitly. 2) The SELECT statement must have a mandatory INTO clause when used in a PL/SQL block. 3) The group functions are not supported in PL/SQL statements, but single-row functions are. 4) The GRANT statement is allowed in PL/SQL block. 5) When two PL/SQL blocks are nested, the variables declared in the outer block are accessible in the inner block.

Computer Science & Information Technology