true

OS/161 Reference Manual

Name

true - return true value

Synopsis

/bin/true

Description

true exits with exit code 0, signifying success.

Requirements

true uses the _exit system call.

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

See Also

false