sess

Section: User Commands (1)
Index Return to Main Contents
 

NAME

sess - run a program under a disconnectable pty session  

SYNOPSIS

sess program [ arg ... ]  

DESCRIPTION

sess, which is really just pty -s, runs a program under a pseudo-terminal session that can be easily disconnected and reconnected. The session can even be reconnected into the middle of a pipe.

See pty(1), pty-basic(1), and pty-opts(1) for a description of pty and its options.

sess enters the user into /etc/utmp by default; this can be turned off with

When sess receives a HUP signal, i.e., when the connection is manually hung up, it disconnects program from the outside world and waits for a reconnect. You can manually disconnect a session with disconnect.

Sessions are named by their pseudo-terminal extension: for example, a session under /dev/ttyp5 has name p5. You can use sessname to give them more descriptive names, printed by sesslist.

See ``An introduction to session management'' for a more complete description of the session manager interface.  

SEE ALSO

pty(1), condom(1), disconnect(1), reconnect(1), sessname(1), sesskill(1), sesslist(1)


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 06:18:23 GMT, December 12, 2024