Type string READ/WRITE
runptyflags is a modifiable copy of the ptyflags input variable. Use it to close stdin to prevent stdin on the runtime environment.
if ( basename(runcommand) == "appl_home") { # close stdin and prevent the user from providing any input # for a command that is only intended to be run in batch mode. runptyflags &= | 0x1; }
© 2025 One Identity LLC. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center