Contact Form

Name

Email *

Message *

Cari Blog Ini

Man Setsid

WEB setsid - Creates a Session and Sets the Process Group ID

SYNOPSIS

``` #include pid_t setsid(void); ```

DESCRIPTION

``` Setsid runs a program in a new session. The command calls fork(2) if not already a process group leader. ```


Comments

More from our Blog