https://github.com/duncaen/runpty
execute commands in a new pty
https://github.com/duncaen/runpty
Last synced: about 1 hour ago
JSON representation
execute commands in a new pty
- Host: GitHub
- URL: https://github.com/duncaen/runpty
- Owner: Duncaen
- License: isc
- Created: 2023-03-23T00:36:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T16:09:14.000Z (about 3 years ago)
- Last Synced: 2025-11-30T17:51:39.147Z (6 months ago)
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
RUNPTY(1) General Commands Manual RUNPTY(1)
NAME
runpty – execute commands in a new pty
SYNOPSIS
runpty command [args]
DESCRIPTION
The runpty utility executes the given command with a new pty
(pseudo-terminal) as the controlling terminal.
Executing the command in a new pty mitigates the command from using
ioctl(2)'s like TIOCSTI and TIOCLINUX which can be used to execute
commands in the shell of the controlling terminal.
EXIT STATUS
The runpty utility exits 0 on success, and >0 if an error occurs.
SEE ALSO
ioctl(2), ioctl_tty(2), pty(7)
Void Linux March 25, 2023 Void Linux