Difference between revisions of "Session"

From Hackepedia
Jump to navigationJump to search
 
(due to copyright this has to be removed)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
quote "Design and Implementation of the 4.4BSD Operating System page 109"
+
In BSD one can see session and process group as well as pid and parent pid with the following command:
  
A session is a set of one or more [[process groups]] and may be associated with a [[terminal]] device. The main uses for sessions are to collect together a user's login shell and the jobs that it spawns, and to create an isolated environment for a [[daemon]] process and its children.
+
  $ ps jax

Latest revision as of 11:55, 27 October 2005

In BSD one can see session and process group as well as pid and parent pid with the following command:

$ ps jax