Skip to main content
Commonmark migration
Source Link

Based on what I have learned so far, a terminal has only one session, and a session has one or more process groups, and a process group has one or more processes.

The following image illustrates this:

[![enter image description here][1]][1]enter image description here

I have two questions:

  1. How to move a process from one process group to another?
  2. How to list the processes in each process group?

Edit: I mean how to do these two things from the terminal and not programmatically. [1]: https://i.sstatic.net/SGUDW.gif

Based on what I have learned so far, a terminal has only one session, and a session has one or more process groups, and a process group has one or more processes.

The following image illustrates this:

[![enter image description here][1]][1]

I have two questions:

  1. How to move a process from one process group to another?
  2. How to list the processes in each process group?

Edit: I mean how to do these two things from the terminal and not programmatically. [1]: https://i.sstatic.net/SGUDW.gif

Based on what I have learned so far, a terminal has only one session, and a session has one or more process groups, and a process group has one or more processes.

The following image illustrates this:

enter image description here

I have two questions:

  1. How to move a process from one process group to another?
  2. How to list the processes in each process group?

Edit: I mean how to do these two things from the terminal and not programmatically.

edited tags; edited tags
Link
Gilles 'SO- stop being evil'
  • 865.6k
  • 205
  • 1.8k
  • 2.3k
added 103 characters in body
Source Link

Based on what I have learned so far, a terminal has only one session, and a session has one or more process groups, and a process group has one or more processes.

The following image illustrates this:

enter image description here [![enter image description here][1]][1]

I have two questions:

  1. How to move a process from one process group to another?
  2. How to list the processes in each process group?

Edit: I mean how to do these two things from the terminal and not programmatically. [1]: https://i.sstatic.net/SGUDW.gif

Based on what I have learned so far, a terminal has only one session, and a session has one or more process groups, and a process group has one or more processes.

The following image illustrates this:

enter image description here

I have two questions:

  1. How to move a process from one process group to another?
  2. How to list the processes in each process group?

Based on what I have learned so far, a terminal has only one session, and a session has one or more process groups, and a process group has one or more processes.

The following image illustrates this:

[![enter image description here][1]][1]

I have two questions:

  1. How to move a process from one process group to another?
  2. How to list the processes in each process group?

Edit: I mean how to do these two things from the terminal and not programmatically. [1]: https://i.sstatic.net/SGUDW.gif

Source Link
Loading