info > setsid(2)

📝 NAME

setsid - run a program in a new session

🚀 Quick Reference

Use Case Command Description
Run program in a new session (default) setsid program [arguments] 🏁 Executes program in a new session, detaching from the current terminal.
Always fork a new child process setsid -f program [arguments] 🔄 Forces creation of a new process even if the current process is not a group leader.
Wait for program completion setsid -w program [arguments] âŗ Runs program and waits for it to finish, returning its exit status.
Set controlling terminal setsid -c program [arguments] 🔌 Makes the current terminal the controlling terminal of the new session.

📋 SYNOPSIS

setsid [options] program [arguments]

📖 DESCRIPTION

setsid runs a program in a new session. The command calls fork(2) if already a process group leader. Otherwise, it executes a program in the current process. This default behavior is possible to override by the --fork option.

âš™ī¸ OPTIONS

🔌 -c, --ctty

Set the controlling terminal to the current one.

🔄 -f, --fork

Always create a new process.

âŗ -w, --wait

Wait for the execution of the program to end, and return the exit status of this program as the exit status of setsid.

â„šī¸ -V, --version

Display version information and exit.

❓ -h, --help

Display help text and exit.

👤 AUTHORS

Rick Sladkey <jrs AT world.com>

📚 SEE ALSO

setsid(2)

🐛 REPORTING BUGS

For bug reports, use the issue tracker at https://github.com/karelzak/util-linux/issues.

đŸ“Ļ AVAILABILITY

The setsid command is part of the util-linux package which can be downloaded from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.

util-linux 2.37.2 2021-06-02 SETSID(1)

setsid(2)
📝 NAME 🚀 Quick Reference 📋 SYNOPSIS 📖 DESCRIPTION âš™ī¸ OPTIONS
🔌 -c, --ctty 🔄 -f, --fork âŗ -w, --wait â„šī¸ -V, --version ❓ -h, --help
👤 AUTHORS 📚 SEE ALSO 🐛 REPORTING BUGS đŸ“Ļ AVAILABILITY

Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-05 08:12 @216.73.216.89
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format