Linux Commands Examples

A great documentation place for Linux commands

setsid

run a program in a new session

Synopsis

setsid program [arg...]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
setsid redshift -l 36.7532:119.6970 -m vidmode
0
source
            
cd ../antlr
/usr/bin/setsid make run &
echo Daemon Running

description

setsid runs a program in a new session.

availability

The setsid command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/.


see also

setsid


author

Rick Sladkey <jrs[:at:]world.std[:dot:]com>

How can this site be more helpful to YOU ?


give  feedback