*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: getsid | Section: 2 | Source: OpenBSD | File: getsid.2
GETSID(2) FreeBSD System Calls Manual GETSID(2) NAME getsid - get process session SYNOPSIS #include <unistd.h> pid_t getsid(pid_t pid); DESCRIPTION The session ID of the process identified by pid is returned by getsid(). If pid is zero, getsid() returns the session ID of the current process. RETURN VALUES Upon successful completion, the function getsid() returns the session ID of the specified process; otherwise, it returns a value of -1 and sets errno to indicate an error. ERRORS getsid() will succeed unless: [EPERM] The current process and the process pid are not in the same session. [ESRCH] There is no process with a process ID equal to pid. SEE ALSO getpgid(2), getpgrp(2), setpgid(2), setsid(2), termios(4) STANDARDS getsid() conforms to IEEE Std 1003.1-2008 ("POSIX.1"). HISTORY The getsid() function call is derived from its usage in AT&T System V UNIX, and is mandated by X/Open Portability Guide Issue 4 ("XPG4"). FreeBSD 14.1-RELEASE-p8 September 10, 2015 FreeBSD 14.1-RELEASE-p8

Navigation Options