P
P
Pavel Kulaga2020-02-08 00:29:53
C++ / C#
Pavel Kulaga, 2020-02-08 00:29:53

Is there a way to create a process group without using setpgid, getpgid, setpgrp, getpgrp?

The whole day I puzzled over whether there is an alternative, but I did not find it.
Does anyone have any ideas, maybe using ioctl ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
J
jcmvbkbc, 2020-02-08
@jcmvbkbc

The whole day I puzzled over whether there is an alternative, but I did not find it.

What for? What's wrong with the standard interface?

M
maniac_by, 2020-02-13
@maniac_by

This one says https://www.systutorials.com/docs/linux/man/3-tcge... that

These functions are implemented via the TIOCGPGRP and TIOCSPGRP ioctls.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question