Session

From Hackepedia
Revision as of 03:03, 7 October 2005 by Pbug (talk | contribs)
Jump to navigationJump to search

quote "Design and Implementation of the 4.4BSD Operating System page 109"

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.

ssh-agent(1)



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

$ ps jax