osf1 man page for pseudo

Query: pseudo

OS: osf1

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

pseudo(1)						      General Commands Manual							 pseudo(1)

NAME
pseudo - Starts a non-STREAMS pty interface for a STREAMS device
SYNOPSIS
pseudo [-l] [-shell shell]
OPTIONS
Starts a shell process as the login shell. By default, the command starts this process as an interactive shell. Specifies the shell to be started. By default, the command starts the shell set by the SHELL environment variable.
DESCRIPTION
The pseudo command provides an appropriate interface for STREAMS tty devices that are installed on systems configured to use the non- STREAMS pty driver. The pseudo command opens a pair of master and slave pty devices, and starts a shell process. The command's options allow you to override the default shell specification and to specify that the process be started as a login shell.
NOTES
The pseudo command is available only when one or more of the Tru64 UNIX optional subsets with worldwide support software are installed on your system. In order for the pseudo command to provide a non-STREAMS pty interface for STREAMS devices, the system must be configured to use the non- STREAMS pty driver. If the system is configured to use the STREAMS pty driver, the command provides a STREAMS pty interface.
SEE ALSO
Commands: stty(1) Interfaces: pty(7) pseudo(1)
Related Man Pages
pseudo(1) - osf1
pckt(7) - hpux
pty(4) - xfree86
pty(4) - redhat
pty(4) - minix
Similar Topics in the Unix Linux Community
Rename file using sed command
Splitting text file into 2 separate files ??
Wait for one processes to complete in a shell script
Remote login and running a script on multiple servers
How to read the output of a command line by line and pass it as a variable?