answersLogoWhite

0

What do PGID stands for in Linux?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

Process Group ID.

A process Group is formed when we couple multiple processes together .

e.g. from command line. $ ls | more

Here, ls & more will have the same PGID.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What does rpm stand for in Linux?

It stands for Red Hat Package Manager, which is a package management system that will run on Linux.


What is ftp in Linux?

FTP stands for File Transfer Protocol


What is lo lo in unix?

LILO? It stands for LInux LOader, is the bootloader for Linux. It allows you to select which installed operating system you want to load.


What is lamp in php?

LAMP stands for Linux-Apache-MySQL-PHP. In simpler terms it contains everything to build a php application on a linux platform.


What is full form of VIM editor in Linux?

visual interactive


What does Linux mean?

Linux does not technically stand for anything. It's name was originally created as a shortened form of "Linus's Minix." As this is not really technically accurate, and Linux has grown far beyond Minix in popularity, the name stands as a word in its own right.


Where can see ahsoka tano nude?

Of corse they are fan created but preaty good work http://www.imagefap.com/gallery/1735514 http://www.imagefap.com/gallery/1589981 And here is my 3 favorittes http://www.imagefap.com/image.php?id=1854024785&pgid=&gid=1589981&page=0 http://www.imagefap.com/image.php?id=61413026&pgid=&gid=1589981&page=0 http://www.imagefap.com/image.php?id=346099705&pgid=&gid=1953984&page=0


What is the significance of the keyword 'mv' in the context of the Linux command 'mv r'?

In the context of the Linux command 'mv r', the keyword 'mv' stands for 'move', indicating that the command is used to move or rename files or directories.


What does NAT stand for in Linux?

NAT stands for Network Address Translation. The term "NAT" is the same across all computing platforms.


What does stand for GNU in Linux?

The accronym "GNU" stands for Gnu Is not Unix. Technically speaking, it's "GNU/Linux" because Linux is the kernel, not the whole thing, we just shorten it to Linux (I do this myself, but I do know that Linux is just the kernel). It is made up of the Linux kernel and several GNU programs (try typing a basic command into a terminal with --help, chances are you could easily find one that says GNU somewhere at the bottom).


What is var directory in Linux stands for?

Var directory is a sub directory of the root directory, The system writes data during process of its operation.


Is chgrap a Linux command?

I think you mean chgrp. It stands for change group. you use it thusly: chgrp groupname target1<target2, target 3,...>