As a Linux system administrator, in order to better manage the process, it is necessary to have a detailed understanding of the relationship between the processes. The following small series will introduce the relationship between the Linux processes, and learn together. Let's go.
Linux processes have a certain relationship with each other. For example, in the Linux process base, we see that each process has a parent process, and all processes take the init process as the root to form a tree structure. We're here to explain process groups and sessions to manage processes in a richer way.
process group
Each process belongs to a process group, and each process group can contain multiple processes. The process group will have a process group leader, and the PID of the leader process (see the Linux process basis) becomes the process group ID (PGID) to identify the process group.
The code is as follows:
$ps -o pid,pgid,ppid,comm
The tee command in Linux is mainly used to save the data imported by the pipeline i
Linux users often encounter php files. In the face of these php files, we sometimes use the command
Scheduling tasks in a Linux system can start tasks on a regular basis. To create a
Fluentd as a log collection system, its users are still very large, but the steps t
Summary of problems often encountered when using Linux for the first time
How to install the iotop command on a Linux system
Linux uses the chgrp command to modify the group to which the file belongs
Steps to set up UFW firewall on Ubuntu
How to install JITwatch in Linux system?
Red Flag Linux System FTP Configuration Tips
How to install LibreOffice on Ubuntu
Linux system to find ways to replace non-UTF-8 encoded files
How to back up and restore Linux file permissions
Batch modify file attribute method in Win7
Win7 desktop background can not be replaced solution
How to display win7 computer, hidden file
How to log out of Metro social application account
Two ways to teach you to lock the Win7 system computer computer shortcuts
December VB100 certification results announced
Win10 prompts the application to run on the computer and the possible solution
How does the win10 system build the vs2015+cocos2d-x 3.9 development environment?