Difference between revisions of "Session"

From Hackepedia
Jump to navigationJump to search
 
Line 2: Line 2:
  
 
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.
 
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.
 +
 +
[http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html ssh-agent(1)]

Revision as of 11:27, 6 October 2005

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)