false

OS/161 Reference Manual

Name

false - return false value

Synopsis

/bin/false

Description

false exits with exit code 1, signifying failure.

Requirements

false uses the _exit system call.

false should function properly once the basic system calls assignment is completed.

See Also

true