The standard I/O function library provides a popen function that initiates another process to execute a shell command line.
Here we call the process called Popen the parent process, and the process initiated by Popen is called a subprocess.
The
using the system under Linux requires caution , so what is the alternative?The standard I/O function library provides the Popen function, which initiates another process to execute a shell command line.Here we call the process calling Popen the
using the system under Linux requires caution, then what is the alternative to it? The standard I/O function library provides the Popen function, which initiates another process to execute a shell command line.Here we call the process calling Popen
Popen
Linux C
Process I/O functions, used with the Pclose function.
Table header File
#include
function definition
FILE * Popen (const char * command, const char * type);
int Pclose (FILE * stream);
Function description
The Popen ()
The standard I/O function library provides the Popen function, which initiates another process to execute a shell command line.Here we call the process calling Popen the parent process, and the process initiated by Popen is called a child
Popen, Pclose-pipe stream to or from a processFILE *popen (const char *command, const char *type);int Pclose (FILE *stream);DescribeThe Popen () function opens a process by creating a pipe, forking, and invoking the shell. Since a pipe is by
two very useful inter-process communication functions Popen,pcloseToday from the relatively late, and then came to do not want to review, or read study-write code-write blog interesting, dare not say how proficient, at least every day in learning
https://blog.csdn.net/liuxingen/article/details/47057539
Linux System () and Popen () differences 1. System () and Popen () Introduction
In Linux we can execute a shell command through system (), and Popen () is also executing shell commands and
Linux system () and Popen () Differences 1. Introduction to System () and Popen ()In Linux we can execute a shell command through system (), and Popen () executes shell commands and communicates through pipelines and shell commands.System (), Popen (
1.PHP Popen How to implement multi-process concurrency execution, the pclose in the loop waits for the process to complete before the next loop 2. Suppose there are 17 processes to open, how to implement 5 processes each time, and each process is
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.