variable
fs.constants.O_NOCTTY
const O_NOCTTY: number
Constant for fs.open(). Flag indicating that if path identifies a terminal device, opening the path shall not cause that terminal to become the controlling terminal for the process (if the process does not already have one).